aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-12-13 11:36:22 -0500
committerPaul Mundt <lethal@linux-sh.org>2012-01-08 20:17:53 -0500
commit19c43fc53870e772084bb778f2bb3c949bf9a3b7 (patch)
treee8f0a1b72ae53595aa9a63d5bd3a1e9351584ec5 /arch/arm/mach-shmobile/Kconfig
parentf411fade0085a0d2c080bd64e72e0aff55bcbd09 (diff)
ARM: mach-shmobile: r8a7779 PFC GPIO-only support V2
Add GPIO-only r8a7779 PFC support V2. Only regular GPIOs are supported at this time. GPIO_FN are not supported because they require variable bit width support in be the shared pfc code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig2
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
43comment "SH-Mobile Board Type" 44comment "SH-Mobile Board Type"
44 45
@@ -90,6 +91,7 @@ config MACH_KOTA2
90config MACH_MARZEN 91config 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
94comment "SH-Mobile System Configuration" 96comment "SH-Mobile System Configuration"
95 97