Kconfig (53e42c2974feaa269bc485267d0a4df0ef55e549) Kconfig (78ded16886f539830ed58d9bc043656c1785a082)
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

--- 82 unchanged lines hidden (view full) ---

91
92config MACH_AG5EVM
93 bool "AG5EVM board"
94 depends on ARCH_SH73A0
95 select ARCH_REQUIRE_GPIOLIB
96 select REGULATOR_FIXED_VOLTAGE if REGULATOR
97 select SH_LCD_MIPI_DSI
98
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

--- 82 unchanged lines hidden (view full) ---

91
92config MACH_AG5EVM
93 bool "AG5EVM board"
94 depends on ARCH_SH73A0
95 select ARCH_REQUIRE_GPIOLIB
96 select REGULATOR_FIXED_VOLTAGE if REGULATOR
97 select SH_LCD_MIPI_DSI
98
99config MACH_APE6EVM
100 bool "APE6EVM board"
101 depends on ARCH_R8A73A4
102 select USE_OF
103
99config MACH_MACKEREL
100 bool "mackerel board"
101 depends on ARCH_SH7372
102 select ARCH_REQUIRE_GPIOLIB
103 select REGULATOR_FIXED_VOLTAGE if REGULATOR
104 select SND_SOC_AK4642 if SND_SIMPLE_CARD
105 select USE_OF
106

--- 77 unchanged lines hidden (view full) ---

184 default y
185
186menu "Memory configuration"
187
188config MEMORY_START
189 hex "Physical memory start address"
190 default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \
191 MACH_MACKEREL || MACH_BONITO || \
104config MACH_MACKEREL
105 bool "mackerel board"
106 depends on ARCH_SH7372
107 select ARCH_REQUIRE_GPIOLIB
108 select REGULATOR_FIXED_VOLTAGE if REGULATOR
109 select SND_SOC_AK4642 if SND_SIMPLE_CARD
110 select USE_OF
111

--- 77 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 || \
192 MACH_ARMADILLO800EVA
197 MACH_ARMADILLO800EVA || MACH_APE6EVM
193 default "0x41000000" if MACH_KOTA2
194 default "0x00000000"
195 ---help---
196 Tweak this only when porting to a new machine which does not
197 already have a defconfig. Changing it from the known correct
198 value on any of the known systems will only lead to disaster.
199
200config MEMORY_SIZE
201 hex "Physical memory size"
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"
207 default "0x40000000" if MACH_APE6EVM
202 default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \
203 MACH_ARMADILLO800EVA
204 default "0x1e000000" if MACH_KOTA2
205 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL
206 default "0x04000000"
207 help
208 This sets the default memory size assumed by your kernel. It can
209 be overridden as normal by the 'mem=' argument on the kernel command

--- 44 unchanged lines hidden ---
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
215 be overridden as normal by the 'mem=' argument on the kernel command

--- 44 unchanged lines hidden ---