brintos

brintos / linux-shallow public Read only

0
0
Text · 789 B · 919b489 Raw
30 lines · plain
1config OLPC_EC2	select REGULATOR3	bool4 5menuconfig OLPC_XO1756	bool "Platform support for OLPC XO 1.75 hardware"7	depends on ARCH_MMP || COMPILE_TEST8	help9	  Say Y here to get to see options for the ARM-based OLPC platform.10	  This option alone does not add any kernel code.11 12	  Unless you have an OLPC XO laptop, you will want to say N.13 14if OLPC_XO17515 16config OLPC_XO175_EC17	tristate "OLPC XO 1.75 Embedded Controller"18	depends on SPI_SLAVE19	depends on INPUT20	depends on POWER_SUPPLY21	select OLPC_EC22	help23	  Include support for the OLPC XO Embedded Controller (EC). The EC24	  provides various platform services, including support for the power,25	  button, restart, shutdown and battery charging status.26 27	  Unless you have an OLPC XO laptop, you will want to say N.28 29endif # OLPC_XO17530