aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-11-28 21:21:21 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-11-28 23:05:10 -0500
commit920adc75d51d23fe3e8a7ce2c946b2b24e6f7742 (patch)
tree53e4669e8c923d4d96d963fd82749d88043c0f59 /arch/arm/mach-shmobile/Kconfig
parent6d72ad35f1bfaf6e52ca7133cb51ce0e36f17528 (diff)
ARM: mach-shmobile: Add mackerel board 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/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index cc543430170f..7b2edd799fb4 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -51,6 +51,11 @@ config AP4EVB_WVGA
51 51
52endchoice 52endchoice
53 53
54config MACH_MACKEREL
55 bool "mackerel board"
56 depends on ARCH_SH7372
57 select ARCH_REQUIRE_GPIOLIB
58
54comment "SH-Mobile System Configuration" 59comment "SH-Mobile System Configuration"
55 60
56menu "Memory configuration" 61menu "Memory configuration"
@@ -59,7 +64,7 @@ config MEMORY_START
59 hex "Physical memory start address" 64 hex "Physical memory start address"
60 default "0x50000000" if MACH_G3EVM 65 default "0x50000000" if MACH_G3EVM
61 default "0x40000000" if MACH_G4EVM 66 default "0x40000000" if MACH_G4EVM
62 default "0x40000000" if MACH_AP4EVB 67 default "0x40000000" if MACH_AP4EVB || MACH_MACKEREL
63 default "0x00000000" 68 default "0x00000000"
64 ---help--- 69 ---help---
65 Tweak this only when porting to a new machine which does not 70 Tweak this only when porting to a new machine which does not