diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 9 |
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 | ||
84 | config MACH_BONITO | ||
85 | bool "bonito board" | ||
86 | select ARCH_REQUIRE_GPIOLIB | ||
87 | depends on ARCH_R8A7740 | ||
88 | |||
84 | comment "SH-Mobile System Configuration" | 89 | comment "SH-Mobile System Configuration" |
85 | 90 | ||
86 | menu "Memory configuration" | 91 | menu "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" |