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

menu "Broadcom SoC drivers"

config CONFIG_RASPBERRYPI_POWER
	bool "Raspberry Pi power domain driver"
	depends on CONFIG_ARCH_BCM2835 || (CONFIG_COMPILE_TEST && CONFIG_OF)
	depends on CONFIG_RASPBERRYPI_FIRMWARE=y
	select CONFIG_PM_GENERIC_DOMAINS if CONFIG_PM
	help
	  This enables support for the RPi power domains which can be enabled
	  or disabled via the RPi firmware.

config CONFIG_SOC_BRCMSTB
	bool "Broadcom STB SoC drivers"
	depends on CONFIG_ARM
	select CONFIG_SOC_BUS
	help
	  Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
	  This option alone enables only some support code, while the drivers
	  can be enabled individually within this menu.

	  If unsure, say N.

endmenu