aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorTakashi YOSHII <takashi.yoshii.zj@renesas.com>2010-11-19 02:49:38 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-11-19 02:49:38 -0500
commit3256c789882281b2eac5978c7d38f6f0bbd16ed6 (patch)
tree632b6b39d820258c64b00004be4e3332295996c4 /arch/arm/mach-shmobile/Kconfig
parent1cdf370244d5f0a4cf5ed672967cc2e16235908d (diff)
ARM: mach-shmobile: ag5evm: use gpio.
Ag5evm board now uses gpio api to initialize pins and peripherals. Signed-off-by: Takashi YOSHII <takashi.yoshii.zj@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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 2910ba282482..7d56e86c75e0 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -61,6 +61,7 @@ endchoice
61config MACH_AG5EVM 61config MACH_AG5EVM
62 bool "AG5EVM board" 62 bool "AG5EVM board"
63 depends on ARCH_SH73A0 63 depends on ARCH_SH73A0
64 select ARCH_REQUIRE_GPIOLIB
64 65
65comment "SH-Mobile System Configuration" 66comment "SH-Mobile System Configuration"
66 67