diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-06 05:49:24 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-06 05:49:24 +0200 |
commit | c4c0e2607abfc86c32a43c9a22b2a256de27dea3 (patch) | |
tree | 7446e420e76849db9034f934b0e396b8091b12cb /arch/arm64/Kconfig.platforms | |
parent | arm64: vulcan: enable GPIOLIB in Kconfig (diff) | |
parent | arm64: Add platform selection for BCM2835. (diff) | |
download | linux-c4c0e2607abfc86c32a43c9a22b2a256de27dea3.tar.xz linux-c4c0e2607abfc86c32a43c9a22b2a256de27dea3.zip |
Merge tag 'bcm2835-arm64-next-2016-07-03' into soc-arm64/next
This pull request brings in the build support for the Raspberry Pi arm64
port. This has an external dependency on Jason Cooper's irqchip/bcm
branch, it is a stable branch based on v4.7-rc1, and it has been in
-next for a couple of weeks.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.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 33892f2320cc..d945ca32647b 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 |