From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 14 May 2024 06:39:01 +0000 Subject: [PATCH] 修改内核路径 --- kernel/drivers/soc/bcm/Kconfig | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/soc/bcm/Kconfig b/kernel/drivers/soc/bcm/Kconfig index 055a845..24f92a6 100644 --- a/kernel/drivers/soc/bcm/Kconfig +++ b/kernel/drivers/soc/bcm/Kconfig @@ -1,4 +1,17 @@ +# SPDX-License-Identifier: GPL-2.0-only menu "Broadcom SoC drivers" + +config BCM2835_POWER + bool "BCM2835 power domain driver" + depends on ARCH_BCM2835 || (COMPILE_TEST && OF) + default y if ARCH_BCM2835 + select PM_GENERIC_DOMAINS if PM + select 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 RASPBERRYPI_POWER driver config RASPBERRYPI_POWER bool "Raspberry Pi power domain driver" @@ -8,6 +21,15 @@ help This enables support for the RPi power domains which can be enabled or disabled via the RPi firmware. + +config SOC_BCM63XX + bool "Broadcom 63xx SoC drivers" + depends on BMIPS_GENERIC || COMPILE_TEST + help + Enables drivers for the Broadcom 63xx series of chips. + Drivers can be enabled individually within this menu. + + If unsure, say N. config SOC_BRCMSTB bool "Broadcom STB SoC drivers" @@ -20,6 +42,7 @@ If unsure, say N. +source "drivers/soc/bcm/bcm63xx/Kconfig" source "drivers/soc/bcm/brcmstb/Kconfig" endmenu -- Gitblit v1.6.2