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

# SPDX-License-Identifier: GPL-2.0-only
menu "Broadcom SoC drivers"

config CONFIG_BCM2835_POWER
	bool "BCM2835 power domain driver"
	depends on CONFIG_ARCH_BCM2835 || (CONFIG_COMPILE_TEST && CONFIG_OF)
	default y if CONFIG_ARCH_BCM2835
	select CONFIG_PM_GENERIC_DOMAINS if CONFIG_PM
	select CONFIG_RESET_CONTROLLER
	help
	  This enables support for the BCM2835 power domains and reset
	  controller.  Any usage of power domains by the Raspberry Pi
	  firmware means that Linux usage of the same power domain
	  must be accessed using the CONFIG_RASPBERRYPI_POWER driver

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 || CONFIG_ARM64 || CONFIG_BMIPS_GENERIC || CONFIG_COMPILE_TEST
	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.

source "drivers/soc/bcm/brcmstb/Kconfig"

endmenu