diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 23e59b41d500..ee4cb420726d 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -39,6 +39,7 @@ config ARCH_R8A7779 | |||
39 | select CPU_V7 | 39 | select CPU_V7 |
40 | select SH_CLK_CPG | 40 | select SH_CLK_CPG |
41 | select ARM_GIC | 41 | select ARM_GIC |
42 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
42 | 43 | ||
43 | comment "SH-Mobile Board Type" | 44 | comment "SH-Mobile Board Type" |
44 | 45 | ||
@@ -90,6 +91,7 @@ config MACH_KOTA2 | |||
90 | config MACH_MARZEN | 91 | config MACH_MARZEN |
91 | bool "MARZEN board" | 92 | bool "MARZEN board" |
92 | depends on ARCH_R8A7779 | 93 | depends on ARCH_R8A7779 |
94 | select ARCH_REQUIRE_GPIOLIB | ||
93 | 95 | ||
94 | comment "SH-Mobile System Configuration" | 96 | comment "SH-Mobile System Configuration" |
95 | 97 | ||