2019-05-13 15:56:37 +08:00
|
|
|
config OLPC_EC
|
2019-05-13 15:56:38 +08:00
|
|
|
select REGULATOR
|
2019-05-13 15:56:37 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config OLPC_XO175_EC
|
|
|
|
tristate "OLPC XO 1.75 Embedded Controller"
|
|
|
|
depends on ARCH_MMP || COMPILE_TEST
|
|
|
|
select SPI_SLAVE
|
|
|
|
select OLPC_EC
|
|
|
|
help
|
|
|
|
Include support for the OLPC XO Embedded Controller (EC). The EC
|
|
|
|
provides various platform services, including support for the power,
|
|
|
|
button, restart, shutdown and battery charging status.
|
|
|
|
|
|
|
|
Unless you have an OLPC XO laptop, you will want to say N.
|