diff options
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 b45240512ce0..5dd5f9f7897a 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -113,6 +113,12 @@ config ARCH_EMEV2 | |||
113 | select ARM_GIC | 113 | select ARM_GIC |
114 | select CPU_V7 | 114 | select CPU_V7 |
115 | 115 | ||
116 | config ARCH_R7S72100 | ||
117 | bool "RZ/A1H (R7S72100)" | ||
118 | select ARM_GIC | ||
119 | select CPU_V7 | ||
120 | select SH_CLK_CPG | ||
121 | |||
116 | comment "SH-Mobile Board Type" | 122 | comment "SH-Mobile Board Type" |
117 | 123 | ||
118 | config MACH_APE6EVM | 124 | config MACH_APE6EVM |