diff options
author | Takashi YOSHII <takashi.yoshii.zj@renesas.com> | 2010-11-19 02:49:38 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-19 02:49:38 -0500 |
commit | 3256c789882281b2eac5978c7d38f6f0bbd16ed6 (patch) | |
tree | 632b6b39d820258c64b00004be4e3332295996c4 /arch/arm/mach-shmobile/Kconfig | |
parent | 1cdf370244d5f0a4cf5ed672967cc2e16235908d (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/Kconfig | 1 |
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 | |||
61 | config MACH_AG5EVM | 61 | config 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 | ||
65 | comment "SH-Mobile System Configuration" | 66 | comment "SH-Mobile System Configuration" |
66 | 67 | ||