aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-08-18 01:44:07 -0400
committerPaul Mundt <lethal@linux-sh.org>2011-08-29 03:50:08 -0400
commit28626632d83696ab3c8f2b9d5d8a658a1787551f (patch)
tree1d6a7d5423036b6a0f116bb11f673e5306963dd9 /arch/arm/mach-shmobile/Kconfig
parentc6a389f123b9f68d605bb7e0f9b32ec1e3e14132 (diff)
ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X support
Kota2 base board support including the on-chip SCIFA2 serial console and the on-board SMSC911X ethernet port. The s73a0 SMP bits are also updated to include Kota2. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 0c8f6cf3e948..c1b45342e1fb 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -69,6 +69,11 @@ config MACH_MACKEREL
69 depends on ARCH_SH7372 69 depends on ARCH_SH7372
70 select ARCH_REQUIRE_GPIOLIB 70 select ARCH_REQUIRE_GPIOLIB
71 71
72config MACH_KOTA2
73 bool "KOTA2 board"
74 select ARCH_REQUIRE_GPIOLIB
75 depends on ARCH_SH73A0
76
72comment "SH-Mobile System Configuration" 77comment "SH-Mobile System Configuration"
73 78
74menu "Memory configuration" 79menu "Memory configuration"
@@ -78,6 +83,7 @@ config MEMORY_START
78 default "0x50000000" if MACH_G3EVM 83 default "0x50000000" if MACH_G3EVM
79 default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \ 84 default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \
80 MACH_MACKEREL 85 MACH_MACKEREL
86 default "0x41000000" if MACH_KOTA2
81 default "0x00000000" 87 default "0x00000000"
82 ---help--- 88 ---help---
83 Tweak this only when porting to a new machine which does not 89 Tweak this only when porting to a new machine which does not
@@ -89,6 +95,7 @@ config MEMORY_SIZE
89 default "0x08000000" if MACH_G3EVM 95 default "0x08000000" if MACH_G3EVM
90 default "0x08000000" if MACH_G4EVM 96 default "0x08000000" if MACH_G4EVM
91 default "0x20000000" if MACH_AG5EVM 97 default "0x20000000" if MACH_AG5EVM
98 default "0x1e000000" if MACH_KOTA2
92 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL 99 default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL
93 default "0x04000000" 100 default "0x04000000"
94 help 101 help