diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-07 23:39:20 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-04 01:11:09 -0500 |
commit | cc3a17d799481c502485d8c0770b888c3b4d788d (patch) | |
tree | 8a1b10bd37accfc87c256f5803e85556a1281fb1 | |
parent | 35040127be095487ce1e2f6a487a65b92d794b7f (diff) |
ARM: shmobile: Select GPIO in case of the r8a7791 SoC
Make it possible to build GPIO on r8a7791.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-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 ff7c4ce8a99f..4e1cc76f001b 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -97,6 +97,7 @@ config ARCH_R8A7790 | |||
97 | 97 | ||
98 | config ARCH_R8A7791 | 98 | config ARCH_R8A7791 |
99 | bool "R-Car M2 (R8A77910)" | 99 | bool "R-Car M2 (R8A77910)" |
100 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
100 | select ARM_GIC | 101 | select ARM_GIC |
101 | select CPU_V7 | 102 | select CPU_V7 |
102 | select SH_CLK_CPG | 103 | select SH_CLK_CPG |