Kconfig (78ded16886f539830ed58d9bc043656c1785a082) | Kconfig (3cc828fdb32281cc8166d3a40bee32b90ce3cad8) |
---|---|
1if ARCH_SHMOBILE 2 3comment "SH-Mobile System Type" 4 5config ARCH_SH7372 6 bool "SH-Mobile AP4 (SH7372)" 7 select ARCH_WANT_OPTIONAL_GPIOLIB 8 select ARM_CPU_SUSPEND if PM || CPU_IDLE --- 140 unchanged lines hidden (view full) --- 149 select USE_OF 150 ---help--- 151 Use reference implementation of Marzen board support 152 which makes use of device tree at the expense 153 of not supporting a number of devices. 154 155 This is intended to aid developers 156 | 1if ARCH_SHMOBILE 2 3comment "SH-Mobile System Type" 4 5config ARCH_SH7372 6 bool "SH-Mobile AP4 (SH7372)" 7 select ARCH_WANT_OPTIONAL_GPIOLIB 8 select ARM_CPU_SUSPEND if PM || CPU_IDLE --- 140 unchanged lines hidden (view full) --- 149 select USE_OF 150 ---help--- 151 Use reference implementation of Marzen board support 152 which makes use of device tree at the expense 153 of not supporting a number of devices. 154 155 This is intended to aid developers 156 |
157config MACH_LAGER 158 bool "Lager board" 159 depends on ARCH_R8A7790 160 select USE_OF 161 |
|
157config MACH_KZM9D 158 bool "KZM9D board" 159 depends on ARCH_EMEV2 160 select REGULATOR_FIXED_VOLTAGE if REGULATOR 161 select USE_OF 162 163config MACH_KZM9G 164 bool "KZM-A9-GT board" --- 24 unchanged lines hidden (view full) --- 189 default y 190 191menu "Memory configuration" 192 193config MEMORY_START 194 hex "Physical memory start address" 195 default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \ 196 MACH_MACKEREL || MACH_BONITO || \ | 162config MACH_KZM9D 163 bool "KZM9D board" 164 depends on ARCH_EMEV2 165 select REGULATOR_FIXED_VOLTAGE if REGULATOR 166 select USE_OF 167 168config MACH_KZM9G 169 bool "KZM-A9-GT board" --- 24 unchanged lines hidden (view full) --- 194 default y 195 196menu "Memory configuration" 197 198config MEMORY_START 199 hex "Physical memory start address" 200 default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \ 201 MACH_MACKEREL || MACH_BONITO || \ |
197 MACH_ARMADILLO800EVA || MACH_APE6EVM | 202 MACH_ARMADILLO800EVA || MACH_APE6EVM || \ 203 MACH_LAGER |
198 default "0x41000000" if MACH_KOTA2 199 default "0x00000000" 200 ---help--- 201 Tweak this only when porting to a new machine which does not 202 already have a defconfig. Changing it from the known correct 203 value on any of the known systems will only lead to disaster. 204 205config MEMORY_SIZE 206 hex "Physical memory size" | 204 default "0x41000000" if MACH_KOTA2 205 default "0x00000000" 206 ---help--- 207 Tweak this only when porting to a new machine which does not 208 already have a defconfig. Changing it from the known correct 209 value on any of the known systems will only lead to disaster. 210 211config MEMORY_SIZE 212 hex "Physical memory size" |
213 default "0x80000000" if MACH_LAGER |
|
207 default "0x40000000" if MACH_APE6EVM 208 default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \ 209 MACH_ARMADILLO800EVA 210 default "0x1e000000" if MACH_KOTA2 211 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL 212 default "0x04000000" 213 help 214 This sets the default memory size assumed by your kernel. It can --- 45 unchanged lines hidden --- | 214 default "0x40000000" if MACH_APE6EVM 215 default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \ 216 MACH_ARMADILLO800EVA 217 default "0x1e000000" if MACH_KOTA2 218 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL 219 default "0x04000000" 220 help 221 This sets the default memory size assumed by your kernel. It can --- 45 unchanged lines hidden --- |