diff options
author | Takashi YOSHII <takashi.yoshii.zj@renesas.com> | 2010-11-19 02:47:16 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-19 02:47:16 -0500 |
commit | 1cdf370244d5f0a4cf5ed672967cc2e16235908d (patch) | |
tree | 14a9f503ec3a2a801b7d71980031b29d69931b2f /arch/arm/mach-shmobile/Kconfig | |
parent | 89ba4d12fca24d373e1b10fce498d68157bafaf0 (diff) |
ARM: mach-shmobile: Add sh73a0 pinmux support
PFC definitions for sh73a0 to support GPIO and pinmux handling.
Signed-off-by: Takashi YOSHII <takashi.yoshii.zj@renesas.com>
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 e397a92888f2..2910ba282482 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -24,6 +24,7 @@ config ARCH_SH73A0 | |||
24 | bool "SH-Mobile AG5 (R8A73A00)" | 24 | bool "SH-Mobile AG5 (R8A73A00)" |
25 | select CPU_V7 | 25 | select CPU_V7 |
26 | select SH_CLK_CPG | 26 | select SH_CLK_CPG |
27 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
27 | select ARM_GIC | 28 | select ARM_GIC |
28 | 29 | ||
29 | comment "SH-Mobile Board Type" | 30 | comment "SH-Mobile Board Type" |