Kconfig (c4e337fc0cd5aebda6849fbbecd6cfd645d1bae6) | Kconfig (7d91c4691207a302c50308ab38706b8a3d6039cd) |
---|---|
1config ARCH_SHMOBILE 2 bool 3 4config ARCH_SHMOBILE_MULTI 5 bool "SH-Mobile Series" if ARCH_MULTI_V7 6 depends on MMU 7 select ARCH_SHMOBILE 8 select CPU_V7 --- 10 unchanged lines hidden (view full) --- 19 20if ARCH_SHMOBILE_MULTI 21 22comment "SH-Mobile System Type" 23 24config ARCH_EMEV2 25 bool "Emma Mobile EV2" 26 | 1config ARCH_SHMOBILE 2 bool 3 4config ARCH_SHMOBILE_MULTI 5 bool "SH-Mobile Series" if ARCH_MULTI_V7 6 depends on MMU 7 select ARCH_SHMOBILE 8 select CPU_V7 --- 10 unchanged lines hidden (view full) --- 19 20if ARCH_SHMOBILE_MULTI 21 22comment "SH-Mobile System Type" 23 24config ARCH_EMEV2 25 bool "Emma Mobile EV2" 26 |
27config ARCH_R7S72100 28 bool "RZ/A1H (R7S72100)" 29 |
|
27config ARCH_R8A7791 28 bool "R-Car M2 (R8A77910)" 29 select RENESAS_IRQC 30 31comment "SH-Mobile Board Type" 32 | 30config ARCH_R8A7791 31 bool "R-Car M2 (R8A77910)" 32 select RENESAS_IRQC 33 34comment "SH-Mobile Board Type" 35 |
36config MACH_GENMAI 37 bool "Genmai board" 38 depends on ARCH_R7S72100 39 |
|
33config MACH_KOELSCH 34 bool "Koelsch board" 35 depends on ARCH_R8A7791 36 37config MACH_KZM9D 38 bool "KZM9D board" 39 depends on ARCH_EMEV2 40 select REGULATOR_FIXED_VOLTAGE if REGULATOR --- 306 unchanged lines hidden --- | 40config MACH_KOELSCH 41 bool "Koelsch board" 42 depends on ARCH_R8A7791 43 44config MACH_KZM9D 45 bool "KZM9D board" 46 depends on ARCH_EMEV2 47 select REGULATOR_FIXED_VOLTAGE if REGULATOR --- 306 unchanged lines hidden --- |