]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mach-shmobile: ag5evm requires GPIOLIB
authorYoshii Takashi <takashi.yoshii.zj@renesas.com>
Thu, 13 Jan 2011 12:58:56 +0000 (12:58 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Jan 2011 22:47:00 +0000 (07:47 +0900)
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>
arch/arm/mach-shmobile/Kconfig

index 4d1b4c5c938931065166555dffa9f5b7779f7cfe..a33c44fe1ae5ecd12d6e5619fd4bb968f4dc20ba 100644 (file)
@@ -60,6 +60,7 @@ endchoice
 
 config MACH_AG5EVM
        bool "AG5EVM board"
+       select ARCH_REQUIRE_GPIOLIB
        depends on ARCH_SH73A0
 
 config MACH_MACKEREL