diff options
author | Magnus Damm <damm@opensource.se> | 2013-03-29 04:49:37 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-02 21:50:43 -0400 |
commit | 3cc828fdb32281cc8166d3a40bee32b90ce3cad8 (patch) | |
tree | e746b6b78ef65353b20839c18e9ee5cc519f4a4c /arch/arm/mach-shmobile/Kconfig | |
parent | 15351a7a22c207b2e9ce83b01782a2324006014a (diff) |
ARM: shmobile: Initial r8a7790 Lager board support
Lager base board support making use of 2 GiB of memory,
the r8a7790 SoC with the SCIF0 serial port and CA15 with
ARM architected timer.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 9 |
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 | ||
157 | config MACH_LAGER | ||
158 | bool "Lager board" | ||
159 | depends on ARCH_R8A7790 | ||
160 | select USE_OF | ||
161 | |||
157 | config MACH_KZM9D | 162 | config 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 | ||
205 | config MEMORY_SIZE | 211 | config 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 |