From: Yoshii Takashi Date: Thu, 13 Jan 2011 12:58:56 +0000 (+0000) Subject: ARM: mach-shmobile: ag5evm requires GPIOLIB X-Git-Tag: v2.6.38-rc3~56^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6d2ae89c36e2adab5cfa69fecb11290082817ac6;p=karo-tx-linux.git 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 Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 4d1b4c5c9389..a33c44fe1ae5 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