Kconfig (688e6a6df880ee70e76f6ec1991dd0f186c25329) | Kconfig (1f52c65975ba16cdba1830ba216776111197a3ee) |
---|---|
1config ARCH_SHMOBILE_MULTI 2 bool "SH-Mobile Series" if ARCH_MULTI_V7 3 depends on MMU 4 select CPU_V7 5 select GENERIC_CLOCKEVENTS 6 select HAVE_ARM_SCU if SMP 7 select HAVE_ARM_TWD if LOCAL_TIMERS 8 select HAVE_SMP --- 207 unchanged lines hidden (view full) --- 216 select USE_OF 217 ---help--- 218 Use reference implementation of Lager board support 219 which makes use of device tree at the expense 220 of not supporting a number of devices. 221 222 This is intended to aid developers 223 | 1config ARCH_SHMOBILE_MULTI 2 bool "SH-Mobile Series" if ARCH_MULTI_V7 3 depends on MMU 4 select CPU_V7 5 select GENERIC_CLOCKEVENTS 6 select HAVE_ARM_SCU if SMP 7 select HAVE_ARM_TWD if LOCAL_TIMERS 8 select HAVE_SMP --- 207 unchanged lines hidden (view full) --- 216 select USE_OF 217 ---help--- 218 Use reference implementation of Lager board support 219 which makes use of device tree at the expense 220 of not supporting a number of devices. 221 222 This is intended to aid developers 223 |
224config MACH_KOELSCH 225 bool "Koelsch board" 226 depends on ARCH_R8A7791 227 select USE_OF 228 |
|
224config MACH_KZM9D 225 bool "KZM9D board" 226 depends on ARCH_EMEV2 227 select REGULATOR_FIXED_VOLTAGE if REGULATOR 228 select USE_OF 229 230config MACH_KZM9D_REFERENCE 231 bool "KZM9D board - Reference Device Tree Implementation" --- 84 unchanged lines hidden --- | 229config MACH_KZM9D 230 bool "KZM9D board" 231 depends on ARCH_EMEV2 232 select REGULATOR_FIXED_VOLTAGE if REGULATOR 233 select USE_OF 234 235config MACH_KZM9D_REFERENCE 236 bool "KZM9D board - Reference Device Tree Implementation" --- 84 unchanged lines hidden --- |