Kconfig (a2baf1912f399c0fbb9ec8064b88a1809f5a5b0a) | Kconfig (6d75bc6439ec3f4ae45db1e501177382d0582591) |
---|---|
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_R8A7791 28 bool "R-Car M2 (R8A77910)" 29 select RENESAS_IRQC 30 |
|
27comment "SH-Mobile Board Type" 28 | 31comment "SH-Mobile Board Type" 32 |
33config MACH_KOELSCH 34 bool "Koelsch board" 35 depends on ARCH_R8A7791 36 |
|
29config MACH_KZM9D 30 bool "KZM9D board" 31 depends on ARCH_EMEV2 32 select REGULATOR_FIXED_VOLTAGE if REGULATOR 33 34comment "SH-Mobile System Configuration" 35endif 36 --- 291 unchanged lines hidden --- | 37config MACH_KZM9D 38 bool "KZM9D board" 39 depends on ARCH_EMEV2 40 select REGULATOR_FIXED_VOLTAGE if REGULATOR 41 42comment "SH-Mobile System Configuration" 43endif 44 --- 291 unchanged lines hidden --- |