config [31mCONFIG_OLPC_EC[0m select [31mCONFIG_REGULATOR[0m bool menuconfig [31mCONFIG_OLPC_XO175[0m bool "Platform support for OLPC XO 1.75 hardware" depends on [31mCONFIG_ARCH_MMP[0m || [31mCONFIG_COMPILE_TEST[0m help Say Y here to get to see options for the [31mCONFIG_ARM[0m-based [31mCONFIG_OLPC[0m platform. This option alone does not add any kernel code. Unless you have an [31mCONFIG_OLPC[0m XO laptop, you will want to say N. if [31mCONFIG_OLPC_XO175[0m config [31mCONFIG_OLPC_XO175_EC[0m tristate "OLPC XO 1.75 Embedded Controller" depends on [31mCONFIG_SPI_SLAVE[0m depends on [31mCONFIG_INPUT[0m depends on [31mCONFIG_POWER_SUPPLY[0m select [31mCONFIG_OLPC_EC[0m help Include support for the [31mCONFIG_OLPC[0m 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 [31mCONFIG_OLPC[0m XO laptop, you will want to say N. endif # [31mCONFIG_OLPC_XO175[0m |