Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_OLPC_EC
	select CONFIG_REGULATOR
	bool

menuconfig CONFIG_OLPC_XO175
	bool "Platform support for OLPC XO 1.75 hardware"
	depends on CONFIG_ARCH_MMP || CONFIG_COMPILE_TEST
	help
	  Say Y here to get to see options for the CONFIG_ARM-based CONFIG_OLPC platform.
	  This option alone does not add any kernel code.

	  Unless you have an CONFIG_OLPC XO laptop, you will want to say N.

if CONFIG_OLPC_XO175

config CONFIG_OLPC_XO175_EC
	tristate "OLPC XO 1.75 Embedded Controller"
	depends on CONFIG_SPI_SLAVE
	depends on CONFIG_INPUT
	depends on CONFIG_POWER_SUPPLY
	select CONFIG_OLPC_EC
	help
	  Include support for the CONFIG_OLPC 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 CONFIG_OLPC XO laptop, you will want to say N.

endif # CONFIG_OLPC_XO175