aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-02-24 10:07:55 -0500
committerEric Anholt <eric@anholt.net>2015-12-26 17:34:03 -0500
commit5234c34e4cd7695647ccc1cabb50c3e7720dd3fb (patch)
treea96e1cb833c6cbb42a282b125ec02517e4432cd6 /arch/arm/mach-bcm
parentc1be3c1fc6178ca48750b4e66f1acb7c22b64997 (diff)
ARM: bcm2835: Add Kconfig support for bcm2836
This should be a complete port of bcm2835 functionality to bcm2836 (Raspberry Pi 2). Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r--arch/arm/mach-bcm/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 8c53c55be1fe..3b2acf4fb760 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -122,17 +122,18 @@ config ARCH_BCM_MOBILE_SMP
122comment "Other Architectures" 122comment "Other Architectures"
123 123
124config ARCH_BCM2835 124config ARCH_BCM2835
125 bool "Broadcom BCM2835 family" if ARCH_MULTI_V6 125 bool "Broadcom BCM2835 family" if ARCH_MULTI_V6 || ARCH_MULTI_V7
126 select ARCH_REQUIRE_GPIOLIB 126 select ARCH_REQUIRE_GPIOLIB
127 select ARM_AMBA 127 select ARM_AMBA
128 select ARM_ERRATA_411920 128 select ARM_ERRATA_411920 if ARCH_MULTI_V6
129 select ARM_TIMER_SP804 129 select ARM_TIMER_SP804
130 select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
130 select CLKSRC_OF 131 select CLKSRC_OF
131 select PINCTRL 132 select PINCTRL
132 select PINCTRL_BCM2835 133 select PINCTRL_BCM2835
133 help 134 help
134 This enables support for the Broadcom BCM2835 SoC. This SoC is 135 This enables support for the Broadcom BCM2835 and BCM2836 SoCs.
135 used in the Raspberry Pi and Roku 2 devices. 136 This SoC is used in the Raspberry Pi and Roku 2 devices.
136 137
137config ARCH_BCM_63XX 138config ARCH_BCM_63XX
138 bool "Broadcom BCM63xx DSL SoC" if ARCH_MULTI_V7 139 bool "Broadcom BCM63xx DSL SoC" if ARCH_MULTI_V7