summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-11-10 18:45:52 -0800
committerPaul Mundt <lethal@linux-sh.org>2011-11-11 16:55:31 +0900
commit6c01ba445cecb2d8085cf0b5a6ddfb170ad22616 (patch)
tree452d7a0f20c62d9495cc38dcf1de9422000f16b7 /arch/arm/mach-shmobile/Kconfig
parentb73b5c493ac001870bd9faf565a61908c82f52d8 (diff)
downloadop-kernel-dev-6c01ba445cecb2d8085cf0b5a6ddfb170ad22616.zip
op-kernel-dev-6c01ba445cecb2d8085cf0b5a6ddfb170ad22616.tar.gz
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 0828fab..329a3cb 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
OpenPOWER on IntegriCloud