Skip to content

Commit

Permalink
ARM: mach-shmobile: ag5evm requires GPIOLIB
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoshii Takashi authored and Paul Mundt committed Jan 13, 2011
1 parent bd1689c commit 6d2ae89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ endchoice

config MACH_AG5EVM
bool "AG5EVM board"
select ARCH_REQUIRE_GPIOLIB
depends on ARCH_SH73A0

config MACH_MACKEREL
Expand Down

0 comments on commit 6d2ae89

Please sign in to comment.