Kconfig (0c3d931b3ab9efeea4948b5373c62095449d0101) | Kconfig (231c0c216172a92feb02a99edff6b38b3ebd90a8) |
---|---|
1config OLPC_EC | 1config OLPC_EC |
2 select REGULATOR |
|
2 bool 3 4config OLPC_XO175_EC 5 tristate "OLPC XO 1.75 Embedded Controller" 6 depends on ARCH_MMP || COMPILE_TEST 7 select SPI_SLAVE 8 select OLPC_EC 9 help 10 Include support for the OLPC XO Embedded Controller (EC). The EC 11 provides various platform services, including support for the power, 12 button, restart, shutdown and battery charging status. 13 14 Unless you have an OLPC XO laptop, you will want to say N. | 3 bool 4 5config OLPC_XO175_EC 6 tristate "OLPC XO 1.75 Embedded Controller" 7 depends on ARCH_MMP || COMPILE_TEST 8 select SPI_SLAVE 9 select OLPC_EC 10 help 11 Include support for the OLPC XO Embedded Controller (EC). The EC 12 provides various platform services, including support for the power, 13 button, restart, shutdown and battery charging status. 14 15 Unless you have an OLPC XO laptop, you will want to say N. |