diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 02:31:20 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 02:31:20 +0200 |
commit | 63862f14bdf9e1251b7398947265422ec9b1400b (patch) | |
tree | fdf5ccd215cfa23792964fbff600116788349d20 /arch/arm/mach-shmobile/Kconfig | |
parent | ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2 (diff) | |
parent | ARM: shmobile: r8a7791 SMP support (diff) | |
download | linux-63862f14bdf9e1251b7398947265422ec9b1400b.tar.xz linux-63862f14bdf9e1251b7398947265422ec9b1400b.zip |
Merge branch 'heads/soc2' into boards2-base
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index eda285794961..6e7d0a9b0be9 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -113,6 +113,12 @@ config ARCH_EMEV2 select ARM_GIC select CPU_V7 +config ARCH_R7S72100 + bool "RZ/A1H (R7S72100)" + select ARM_GIC + select CPU_V7 + select SH_CLK_CPG + comment "SH-Mobile Board Type" config MACH_APE6EVM |