^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) config OLPC_EC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) select REGULATOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) menuconfig OLPC_XO175
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) bool "Platform support for OLPC XO 1.75 hardware"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) depends on ARCH_MMP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Say Y here to get to see options for the ARM-based OLPC platform.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) This option alone does not add any kernel code.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Unless you have an OLPC XO laptop, you will want to say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) if OLPC_XO175
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config OLPC_XO175_EC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) tristate "OLPC XO 1.75 Embedded Controller"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) depends on SPI_SLAVE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) depends on INPUT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) depends on POWER_SUPPLY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) select OLPC_EC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) Include support for the OLPC XO Embedded Controller (EC). The EC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) provides various platform services, including support for the power,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) button, restart, shutdown and battery charging status.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Unless you have an OLPC XO laptop, you will want to say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) endif # OLPC_XO175