diff options
author | Magnus Damm <damm@opensource.se> | 2013-11-07 00:31:25 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 09:24:25 +0100 |
commit | 7d91c4691207a302c50308ab38706b8a3d6039cd (patch) | |
tree | b487f7be7744e4fc45b923939661ed17260f67a6 /arch/arm/mach-shmobile/Kconfig | |
parent | ARM: shmobile: r7s72100 Genmai DT reference C bits (diff) | |
download | linux-7d91c4691207a302c50308ab38706b8a3d6039cd.tar.xz linux-7d91c4691207a302c50308ab38706b8a3d6039cd.zip |
ARM: shmobile: r7s72100 Genmai Multiplatform
Add r7s72100 Genmai to SHMOBILE_MULTI.
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 8bc730890384..bb0837b8c05c 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -24,12 +24,19 @@ comment "SH-Mobile System Type" config ARCH_EMEV2 bool "Emma Mobile EV2" +config ARCH_R7S72100 + bool "RZ/A1H (R7S72100)" + config ARCH_R8A7791 bool "R-Car M2 (R8A77910)" select RENESAS_IRQC comment "SH-Mobile Board Type" +config MACH_GENMAI + bool "Genmai board" + depends on ARCH_R7S72100 + config MACH_KOELSCH bool "Koelsch board" depends on ARCH_R8A7791 |