diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-10 12:10:55 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-12 06:10:47 +0100 |
commit | 7fdda6780aaa21c7a94e09975649649bb0f4a932 (patch) | |
tree | d9240403a18aa07ba9589e311d366e2e302c3956 /arch/arm/mach-shmobile/Kconfig | |
parent | ARM: mach-shmobile: sh7372 INTCA support (diff) | |
download | linux-7fdda6780aaa21c7a94e09975649649bb0f4a932.tar.xz linux-7fdda6780aaa21c7a94e09975649649bb0f4a932.zip |
ARM: mach-shmobile: sh7367 and G3EVM pinmux support
Add support for the sh7367 pinmux using drivers/sh/pfc.c
and select serial console pins and some LEDs on G3EVM.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | 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 06b3b6162ff7..639df5ffbcef 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -31,6 +31,7 @@ comment "SH-Mobile Board Type" config MACH_G3EVM bool "G3EVM board" depends on ARCH_SH7367 + select ARCH_REQUIRE_GPIOLIB config MACH_G4EVM bool "G4EVM board" |