diff options
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 |