diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-10 00:57:42 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-04 07:11:10 +0100 |
commit | 091b258c325592074386e092ee3fff343458550d (patch) | |
tree | d6e14244d799e45fb2ad4e10f4746a840981e36e /arch/arm/mach-shmobile/Kconfig | |
parent | ARM: shmobile: r8a73a4: don't use named irq for DMAEngine (diff) | |
download | linux-091b258c325592074386e092ee3fff343458550d.tar.xz linux-091b258c325592074386e092ee3fff343458550d.zip |
ARM: shmobile: Select GPIO in case of the r7s72100 SoC
The r7s72100 contains GPIO controllers so make sure the GPIO
subsystem can be built by selecting ARCH_WANT_OPTIONAL_GPIOLIB.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 4e1cc76f001b..c604ef1cd9d1 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -111,6 +111,7 @@ config ARCH_EMEV2 config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" + select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 select SH_CLK_CPG |