aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index c0da6afa8a51..549e05985745 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -154,6 +154,11 @@ config MACH_MARZEN_REFERENCE
154 154
155 This is intended to aid developers 155 This is intended to aid developers
156 156
157config MACH_LAGER
158 bool "Lager board"
159 depends on ARCH_R8A7790
160 select USE_OF
161
157config MACH_KZM9D 162config MACH_KZM9D
158 bool "KZM9D board" 163 bool "KZM9D board"
159 depends on ARCH_EMEV2 164 depends on ARCH_EMEV2
@@ -194,7 +199,8 @@ config MEMORY_START
194 hex "Physical memory start address" 199 hex "Physical memory start address"
195 default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \ 200 default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \
196 MACH_MACKEREL || MACH_BONITO || \ 201 MACH_MACKEREL || MACH_BONITO || \
197 MACH_ARMADILLO800EVA || MACH_APE6EVM 202 MACH_ARMADILLO800EVA || MACH_APE6EVM || \
203 MACH_LAGER
198 default "0x41000000" if MACH_KOTA2 204 default "0x41000000" if MACH_KOTA2
199 default "0x00000000" 205 default "0x00000000"
200 ---help--- 206 ---help---
@@ -204,6 +210,7 @@ config MEMORY_START
204 210
205config MEMORY_SIZE 211config MEMORY_SIZE
206 hex "Physical memory size" 212 hex "Physical memory size"
213 default "0x80000000" if MACH_LAGER
207 default "0x40000000" if MACH_APE6EVM 214 default "0x40000000" if MACH_APE6EVM
208 default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \ 215 default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \
209 MACH_ARMADILLO800EVA 216 MACH_ARMADILLO800EVA