diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 7 |
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 | ||
52 | endchoice | 52 | endchoice |
53 | 53 | ||
54 | config MACH_MACKEREL | ||
55 | bool "mackerel board" | ||
56 | depends on ARCH_SH7372 | ||
57 | select ARCH_REQUIRE_GPIOLIB | ||
58 | |||
54 | comment "SH-Mobile System Configuration" | 59 | comment "SH-Mobile System Configuration" |
55 | 60 | ||
56 | menu "Memory configuration" | 61 | menu "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 |