projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1689c
)
ARM: mach-shmobile: ag5evm requires GPIOLIB
author
Yoshii Takashi
<takashi.yoshii.zj@renesas.com>
Thu, 13 Jan 2011 12:58:56 +0000
(12:58 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/Kconfig
b/arch/arm/mach-shmobile/Kconfig
index 4d1b4c5c938931065166555dffa9f5b7779f7cfe..a33c44fe1ae5ecd12d6e5619fd4bb968f4dc20ba 100644
(file)
--- 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