diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2010-02-17 04:39:10 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-17 22:32:59 -0500 |
commit | b789b3fdccc1690826331f4c878b644c3904ca6b (patch) | |
tree | 57a1224a4945a117a6581f03620740733f1e3250 /arch/arm/mach-shmobile/Kconfig | |
parent | deded43508f065c95af506d18b8309ba842c397e (diff) |
ARM: mach-shmobile: Add sh7372 pinmux support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-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 a96c25a26272..aeceb9b92aeb 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -41,6 +41,7 @@ config MACH_G4EVM | |||
41 | config MACH_AP4EVB | 41 | config MACH_AP4EVB |
42 | bool "AP4EVB board" | 42 | bool "AP4EVB board" |
43 | depends on ARCH_SH7372 | 43 | depends on ARCH_SH7372 |
44 | select ARCH_REQUIRE_GPIOLIB | ||
44 | 45 | ||
45 | comment "SH-Mobile System Configuration" | 46 | comment "SH-Mobile System Configuration" |
46 | 47 | ||