aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-04-06 04:28:59 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-12 16:33:03 -0400
commit4d22e564ca7bb5c7340c782aedd93bed99f3fb41 (patch)
treed4e136a6eedff091a5af1d9de333554608e4068d /arch/arm/mach-shmobile/Kconfig
parentc8241085e8606a14ef48e6d99556133c48aaddaf (diff)
ARM: mach-shmobile: add armadillo800eva board support.
This adds very basic armadillo800eva board (R-Mobile A1) support Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Simon Horman <horms@verge.net.au> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 34560cab45d9..7828a7a5f8d6 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -93,6 +93,11 @@ config MACH_BONITO
93 select ARCH_REQUIRE_GPIOLIB 93 select ARCH_REQUIRE_GPIOLIB
94 depends on ARCH_R8A7740 94 depends on ARCH_R8A7740
95 95
96config MACH_ARMADILLO800EVA
97 bool "Armadillo-800 EVA board"
98 depends on ARCH_R8A7740
99 select ARCH_REQUIRE_GPIOLIB
100
96config MACH_MARZEN 101config MACH_MARZEN
97 bool "MARZEN board" 102 bool "MARZEN board"
98 depends on ARCH_R8A7779 103 depends on ARCH_R8A7779
@@ -110,7 +115,8 @@ config MEMORY_START
110 hex "Physical memory start address" 115 hex "Physical memory start address"
111 default "0x50000000" if MACH_G3EVM 116 default "0x50000000" if MACH_G3EVM
112 default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \ 117 default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \
113 MACH_MACKEREL || MACH_BONITO 118 MACH_MACKEREL || MACH_BONITO || \
119 MACH_ARMADILLO800EVA
114 default "0x41000000" if MACH_KOTA2 120 default "0x41000000" if MACH_KOTA2
115 default "0x00000000" 121 default "0x00000000"
116 ---help--- 122 ---help---
@@ -122,7 +128,8 @@ config MEMORY_SIZE
122 hex "Physical memory size" 128 hex "Physical memory size"
123 default "0x08000000" if MACH_G3EVM 129 default "0x08000000" if MACH_G3EVM
124 default "0x08000000" if MACH_G4EVM 130 default "0x08000000" if MACH_G4EVM
125 default "0x20000000" if MACH_AG5EVM || MACH_BONITO 131 default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \
132 MACH_ARMADILLO800EVA
126 default "0x1e000000" if MACH_KOTA2 133 default "0x1e000000" if MACH_KOTA2
127 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL 134 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL
128 default "0x04000000" 135 default "0x04000000"