summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto2011-11-11 03:45:52 +0100
committerPaul Mundt2011-11-11 08:55:31 +0100
commit6c01ba445cecb2d8085cf0b5a6ddfb170ad22616 (patch)
tree452d7a0f20c62d9495cc38dcf1de9422000f16b7 /arch/arm/mach-shmobile/Kconfig
parentARM: mach-shmobile: cpuidle single/global and last_state fixes (diff)
downloadkernel-qcow2-linux-6c01ba445cecb2d8085cf0b5a6ddfb170ad22616.tar.gz
kernel-qcow2-linux-6c01ba445cecb2d8085cf0b5a6ddfb170ad22616.tar.xz
kernel-qcow2-linux-6c01ba445cecb2d8085cf0b5a6ddfb170ad22616.zip
ARM: mach-shmobile: R-Mobile A1 support.
This adds preliminary support for the R8A7740 (R-Mobile A1) CPU Timer, serial, gic, clock are supported at this point. This patch is based on v0.1 manual Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 0828fab2b65c..329a3cb7f99b 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -28,6 +28,13 @@ config ARCH_SH73A0
select ARM_GIC
select I2C
+config ARCH_R8A7740
+ bool "R-Mobile A1 (R8A77400)"
+ select CPU_V7
+ select SH_CLK_CPG
+ select ARCH_WANT_OPTIONAL_GPIOLIB
+ select ARM_GIC
+
comment "SH-Mobile Board Type"
config MACH_G3EVM