* [PATCH] ARM: sh-mobile: ag5evm requires GPIOLIB
@ 2011-01-13 12:58 Takashi Yoshii
2011-01-13 22:44 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Takashi Yoshii @ 2011-01-13 12:58 UTC (permalink / raw)
To: linux-sh
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>
---
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
--
1.7.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: sh-mobile: ag5evm requires GPIOLIB
2011-01-13 12:58 [PATCH] ARM: sh-mobile: ag5evm requires GPIOLIB Takashi Yoshii
@ 2011-01-13 22:44 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-01-13 22:44 UTC (permalink / raw)
To: linux-sh
On Thu, Jan 13, 2011 at 09:58:56PM +0900, Takashi Yoshii wrote:
> Because ag5evm board setup code uses gpio functions,
> ARCH_REQUIRE_GPIOLIB should be set in Kconfig.
> Otherwise, the first build with defconfig fails.
On Thu, Jan 13, 2011 at 10:17:15PM +0900, Takashi Yoshii wrote:
> The latest rmobile-latest doesn't run on ag5evm because of a
> small mistake on initialization.
> Though, I don't have any idea to write them smart.
> anyway,
>
> On sh73a0, GIC cpu_base is 0xf0000100 but 0xf0001000.
Both applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-13 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 12:58 [PATCH] ARM: sh-mobile: ag5evm requires GPIOLIB Takashi Yoshii
2011-01-13 22:44 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).