Back to home page

OSCL-LXR

 
 

    


0001 config OLPC_EC
0002         select REGULATOR
0003         bool
0004 
0005 menuconfig OLPC_XO175
0006         bool "Platform support for OLPC XO 1.75 hardware"
0007         depends on ARCH_MMP || COMPILE_TEST
0008         help
0009           Say Y here to get to see options for the ARM-based OLPC platform.
0010           This option alone does not add any kernel code.
0011 
0012           Unless you have an OLPC XO laptop, you will want to say N.
0013 
0014 if OLPC_XO175
0015 
0016 config OLPC_XO175_EC
0017         tristate "OLPC XO 1.75 Embedded Controller"
0018         depends on SPI_SLAVE
0019         depends on INPUT
0020         depends on POWER_SUPPLY
0021         select OLPC_EC
0022         help
0023           Include support for the OLPC XO Embedded Controller (EC). The EC
0024           provides various platform services, including support for the power,
0025           button, restart, shutdown and battery charging status.
0026 
0027           Unless you have an OLPC XO laptop, you will want to say N.
0028 
0029 endif # OLPC_XO175