mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 12:37:00 +07:00
ddb902cc34
Multi-platform requires various kconfig options to be selected, so platforms don't need to select them individually. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
33 lines
708 B
Plaintext
33 lines
708 B
Plaintext
config ARCH_BCM
|
|
bool "Broadcom SoC Support"
|
|
depends on ARCH_MULTIPLATFORM
|
|
help
|
|
This enables support for Broadcom ARM based SoC
|
|
chips
|
|
|
|
if ARCH_BCM
|
|
|
|
menu "Broadcom SoC Selection"
|
|
|
|
config ARCH_BCM_MOBILE
|
|
bool "Broadcom Mobile SoC" if ARCH_MULTI_V7
|
|
depends on MMU
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select ARM_ERRATA_754322
|
|
select ARM_ERRATA_764369 if SMP
|
|
select ARM_GIC
|
|
select GPIO_BCM_KONA
|
|
select TICK_ONESHOT
|
|
select CACHE_L2X0
|
|
select HAVE_ARM_ARCH_TIMER
|
|
select PINCTRL
|
|
help
|
|
This enables support for systems based on Broadcom mobile SoCs.
|
|
It currently supports the 'BCM281XX' family, which includes
|
|
BCM11130, BCM11140, BCM11351, BCM28145 and
|
|
BCM28155 variants.
|
|
|
|
endmenu
|
|
|
|
endif
|