diff options
author | Yoshii Takashi <takashi.yoshii.zj@renesas.com> | 2011-01-13 12:58:56 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 22:47:00 (GMT) |
commit | 6d2ae89c36e2adab5cfa69fecb11290082817ac6 (patch) | |
tree | 58d81360191bdb5a304f8211d72dbba18b7ac38b /arch | |
parent | bd1689cd7566d35520e66acace790bf7b7fdc34c (diff) | |
download | linux-6d2ae89c36e2adab5cfa69fecb11290082817ac6.tar.xz |
ARM: mach-shmobile: ag5evm requires GPIOLIB
Because ag5evm board setup code uses gpio functions,
ARCH_REQUIRE_GPIOLIB should be set in Kconfig.
Otherwise, the first build with defconfig fails.
Signed-off-by: Takashi YOSHII <takashi.yoshii.zj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-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 4d1b4c5..a33c44f 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -60,6 +60,7 @@ endchoice config MACH_AG5EVM bool "AG5EVM board" + select ARCH_REQUIRE_GPIOLIB depends on ARCH_SH73A0 config MACH_MACKEREL |