aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 73067efd4845..7cce11a1849e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -336,7 +336,7 @@ config ARCH_AT91
336 336
337config ARCH_BCM2835 337config ARCH_BCM2835
338 bool "Broadcom BCM2835 family" 338 bool "Broadcom BCM2835 family"
339 select ARCH_WANT_OPTIONAL_GPIOLIB 339 select ARCH_REQUIRE_GPIOLIB
340 select ARM_AMBA 340 select ARM_AMBA
341 select ARM_ERRATA_411920 341 select ARM_ERRATA_411920
342 select ARM_TIMER_SP804 342 select ARM_TIMER_SP804
@@ -344,7 +344,10 @@ config ARCH_BCM2835
344 select COMMON_CLK 344 select COMMON_CLK
345 select CPU_V6 345 select CPU_V6
346 select GENERIC_CLOCKEVENTS 346 select GENERIC_CLOCKEVENTS
347 select GENERIC_GPIO
347 select MULTI_IRQ_HANDLER 348 select MULTI_IRQ_HANDLER
349 select PINCTRL
350 select PINCTRL_BCM2835
348 select SPARSE_IRQ 351 select SPARSE_IRQ
349 select USE_OF 352 select USE_OF
350 help 353 help