^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menu "Broadcom SoC drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) config BCM2835_POWER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) bool "BCM2835 power domain driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) default y if ARCH_BCM2835
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) select PM_GENERIC_DOMAINS if PM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) select RESET_CONTROLLER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) This enables support for the BCM2835 power domains and reset
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) controller. Any usage of power domains by the Raspberry Pi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) firmware means that Linux usage of the same power domain
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) must be accessed using the RASPBERRYPI_POWER driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config RASPBERRYPI_POWER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) bool "Raspberry Pi power domain driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) depends on RASPBERRYPI_FIRMWARE=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) select PM_GENERIC_DOMAINS if PM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) This enables support for the RPi power domains which can be enabled
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) or disabled via the RPi firmware.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) config SOC_BCM63XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) bool "Broadcom 63xx SoC drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) depends on BMIPS_GENERIC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) Enables drivers for the Broadcom 63xx series of chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Drivers can be enabled individually within this menu.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) config SOC_BRCMSTB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) bool "Broadcom STB SoC drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) depends on ARM || ARM64 || BMIPS_GENERIC || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) select SOC_BUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) Enables drivers for the Broadcom Set-Top Box (STB) series of chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) This option alone enables only some support code, while the drivers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) can be enabled individually within this menu.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) source "drivers/soc/bcm/bcm63xx/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) source "drivers/soc/bcm/brcmstb/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) endmenu