]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: Add platform selection for BCM2835.
authorEric Anholt <eric@anholt.net>
Fri, 3 Jun 2016 06:18:23 +0000 (08:18 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 15 Jun 2016 21:10:30 +0000 (14:10 -0700)
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>
arch/arm64/Kconfig.platforms

index 7ef1d05859ae10d73880d272e8b66831af628e23..ea88402eb7245af5cef42562e3d59523d822fbd4 100644 (file)
@@ -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