aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2013-09-10 14:07:02 -0400
committerChristian Daudt <Christian Daudt cdaudt@gmail.com>2013-10-01 21:16:23 -0400
commit29c700d7585bbf732121816baf852d467c8b80b5 (patch)
treea64bce3aa07fbf23face61e62581732a3fd49c35 /arch/arm/mach-bcm
parent15c03dd4859ab16f9212238f29dd315654aa94f6 (diff)
ARM: bcm281xx: Enable GPIO driver
Turn on the bcm281xx GPIO driver in the kernel configuration. Signed-off-by: Markus Mayer <markus.mayer@linaro.org> Reviewed-by: Christian Daudt <csd@broadcom.com>
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r--arch/arm/mach-bcm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 69d67f714a2f..7f6fca801669 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -9,7 +9,7 @@ config ARCH_BCM
9 select CLKSRC_OF 9 select CLKSRC_OF
10 select GENERIC_CLOCKEVENTS 10 select GENERIC_CLOCKEVENTS
11 select GENERIC_TIME 11 select GENERIC_TIME
12 select GPIO_BCM 12 select GPIO_BCM_KONA
13 select SPARSE_IRQ 13 select SPARSE_IRQ
14 select TICK_ONESHOT 14 select TICK_ONESHOT
15 select CACHE_L2X0 15 select CACHE_L2X0