diff options
author | Takashi YOSHII <takashi.yoshii.zj@renesas.com> | 2010-11-19 10:49:38 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-19 10:49:38 +0300 |
commit | 3256c789882281b2eac5978c7d38f6f0bbd16ed6 (patch) | |
tree | 632b6b39d820258c64b00004be4e3332295996c4 /arch/arm/mach-shmobile/Kconfig | |
parent | 1cdf370244d5f0a4cf5ed672967cc2e16235908d (diff) | |
download | linux-3256c789882281b2eac5978c7d38f6f0bbd16ed6.tar.xz |
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 config MACH_AG5EVM bool "AG5EVM board" depends on ARCH_SH73A0 + select ARCH_REQUIRE_GPIOLIB comment "SH-Mobile System Configuration" |