aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-03-25 21:34:24 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-04-01 21:58:19 -0400
commiteccf0607e450f5c6ca2af5d826d9308e8cdb6848 (patch)
tree6ab9e2d3fc478f8ec0eeb38270d7bc2687da3664 /arch/arm/mach-shmobile/Kconfig
parent4c82e452732784419fd616cf1acf2bc9b004aae1 (diff)
ARM: shmobile: Initial r8a73a4 SoC support V3
V3 of initial support for the r8a73a4 SoC including: - Single Cortex-A15 CPU Core - GIC - Architecture timer No static virtual mappings are used, all the components make use of ioremap(). DT_MACHINE_START is still wrapped in CONFIG_USE_OF to match other mach-shmobile code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
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 75d413c004b6..663d27b39880 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -18,6 +18,13 @@ config ARCH_SH73A0
18 select SH_CLK_CPG 18 select SH_CLK_CPG
19 select RENESAS_INTC_IRQPIN 19 select RENESAS_INTC_IRQPIN
20 20
21config ARCH_R8A73A4
22 bool "R-Mobile APE6 (R8A73A40)"
23 select ARM_GIC
24 select CPU_V7
25 select ARM_ARCH_TIMER
26 select SH_CLK_CPG
27
21config ARCH_R8A7740 28config ARCH_R8A7740
22 bool "R-Mobile A1 (R8A77400)" 29 bool "R-Mobile A1 (R8A77400)"
23 select ARCH_WANT_OPTIONAL_GPIOLIB 30 select ARCH_WANT_OPTIONAL_GPIOLIB