diff options
author | Eric Anholt <eric@anholt.net> | 2016-06-03 08:18:23 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-06-15 14:10:30 -0700 |
commit | 628d30d1ccb897fee54a6f7312561cf2f6f72f09 (patch) | |
tree | 0d08b8501a95b5f4f7c24a616fa864a5a7c3df3c /arch/arm64/Kconfig.platforms | |
parent | a8e76509ce2d156d3f2cfe55869c8f4628e5375b (diff) | |
download | lwn-628d30d1ccb897fee54a6f7312561cf2f6f72f09.tar.gz lwn-628d30d1ccb897fee54a6f7312561cf2f6f72f09.zip |
arm64: Add platform selection for BCM2835.
Signed-off-by: Eric Anholt <eric@anholt.net>
[ kraxel: copy some selects from arm to arm64 ]
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 7ef1d05859ae..ea88402eb724 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -13,6 +13,19 @@ config ARCH_ALPINE This enables support for the Annapurna Labs Alpine Soc family. +config ARCH_BCM2835 + bool "Broadcom BCM2835 family" + select ARCH_REQUIRE_GPIOLIB + select CLKSRC_OF + select PINCTRL + select PINCTRL_BCM2835 + select ARM_AMBA + select ARM_TIMER_SP804 + select HAVE_ARM_ARCH_TIMER + help + This enables support for the Broadcom BCM2837 SoC. + This SoC is used in the Raspberry Pi 3 device. + config ARCH_BCM_IPROC bool "Broadcom iProc SoC Family" select COMMON_CLK_IPROC |