aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-11-10 21:46:45 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-11-11 02:56:25 -0500
commitd55c9a97f80a7ad64f7c7eab5fb447a8d9a1532a (patch)
tree7a5dd9b45b6527af850772ddcec1c6e6b29a08d7 /arch/arm/mach-shmobile/Kconfig
parent215d6cc9230c2a42a643c4cd296680040eeb1f49 (diff)
ARM: mach-shmobile: add bonito board support.
This adds basic bonito board (R-Mobile A1) support Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index aa63c968f420..ef0077e8771e 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -81,6 +81,11 @@ config MACH_KOTA2
81 select ARCH_REQUIRE_GPIOLIB 81 select ARCH_REQUIRE_GPIOLIB
82 depends on ARCH_SH73A0 82 depends on ARCH_SH73A0
83 83
84config MACH_BONITO
85 bool "bonito board"
86 select ARCH_REQUIRE_GPIOLIB
87 depends on ARCH_R8A7740
88
84comment "SH-Mobile System Configuration" 89comment "SH-Mobile System Configuration"
85 90
86menu "Memory configuration" 91menu "Memory configuration"
@@ -89,7 +94,7 @@ config MEMORY_START
89 hex "Physical memory start address" 94 hex "Physical memory start address"
90 default "0x50000000" if MACH_G3EVM 95 default "0x50000000" if MACH_G3EVM
91 default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \ 96 default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \
92 MACH_MACKEREL 97 MACH_MACKEREL || MACH_BONITO
93 default "0x41000000" if MACH_KOTA2 98 default "0x41000000" if MACH_KOTA2
94 default "0x00000000" 99 default "0x00000000"
95 ---help--- 100 ---help---
@@ -101,7 +106,7 @@ config MEMORY_SIZE
101 hex "Physical memory size" 106 hex "Physical memory size"
102 default "0x08000000" if MACH_G3EVM 107 default "0x08000000" if MACH_G3EVM
103 default "0x08000000" if MACH_G4EVM 108 default "0x08000000" if MACH_G4EVM
104 default "0x20000000" if MACH_AG5EVM 109 default "0x20000000" if MACH_AG5EVM || MACH_BONITO
105 default "0x1e000000" if MACH_KOTA2 110 default "0x1e000000" if MACH_KOTA2
106 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL 111 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL
107 default "0x04000000" 112 default "0x04000000"