diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 8ae100cc655c..9255546e7bf6 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -2,18 +2,6 @@ if ARCH_SHMOBILE | |||
2 | 2 | ||
3 | comment "SH-Mobile System Type" | 3 | comment "SH-Mobile System Type" |
4 | 4 | ||
5 | config ARCH_SH7367 | ||
6 | bool "SH-Mobile G3 (SH7367)" | ||
7 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
8 | select CPU_V6 | ||
9 | select SH_CLK_CPG | ||
10 | |||
11 | config ARCH_SH7377 | ||
12 | bool "SH-Mobile G4 (SH7377)" | ||
13 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
14 | select CPU_V7 | ||
15 | select SH_CLK_CPG | ||
16 | |||
17 | config ARCH_SH7372 | 5 | config ARCH_SH7372 |
18 | bool "SH-Mobile AP4 (SH7372)" | 6 | bool "SH-Mobile AP4 (SH7372)" |
19 | select ARCH_WANT_OPTIONAL_GPIOLIB | 7 | select ARCH_WANT_OPTIONAL_GPIOLIB |
@@ -41,6 +29,8 @@ config ARCH_R8A7779 | |||
41 | select ARM_GIC | 29 | select ARM_GIC |
42 | select CPU_V7 | 30 | select CPU_V7 |
43 | select SH_CLK_CPG | 31 | select SH_CLK_CPG |
32 | select USB_ARCH_HAS_EHCI | ||
33 | select USB_ARCH_HAS_OHCI | ||
44 | 34 | ||
45 | config ARCH_EMEV2 | 35 | config ARCH_EMEV2 |
46 | bool "Emma Mobile EV2" | 36 | bool "Emma Mobile EV2" |
@@ -50,17 +40,6 @@ config ARCH_EMEV2 | |||
50 | 40 | ||
51 | comment "SH-Mobile Board Type" | 41 | comment "SH-Mobile Board Type" |
52 | 42 | ||
53 | config MACH_G3EVM | ||
54 | bool "G3EVM board" | ||
55 | depends on ARCH_SH7367 | ||
56 | select ARCH_REQUIRE_GPIOLIB | ||
57 | |||
58 | config MACH_G4EVM | ||
59 | bool "G4EVM board" | ||
60 | depends on ARCH_SH7377 | ||
61 | select ARCH_REQUIRE_GPIOLIB | ||
62 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||
63 | |||
64 | config MACH_AP4EVB | 43 | config MACH_AP4EVB |
65 | bool "AP4EVB board" | 44 | bool "AP4EVB board" |
66 | depends on ARCH_SH7372 | 45 | depends on ARCH_SH7372 |
@@ -95,6 +74,7 @@ config MACH_MACKEREL | |||
95 | select ARCH_REQUIRE_GPIOLIB | 74 | select ARCH_REQUIRE_GPIOLIB |
96 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 75 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
97 | select SND_SOC_AK4642 if SND_SIMPLE_CARD | 76 | select SND_SOC_AK4642 if SND_SIMPLE_CARD |
77 | select USE_OF | ||
98 | 78 | ||
99 | config MACH_KOTA2 | 79 | config MACH_KOTA2 |
100 | bool "KOTA2 board" | 80 | bool "KOTA2 board" |
@@ -146,8 +126,7 @@ menu "Memory configuration" | |||
146 | 126 | ||
147 | config MEMORY_START | 127 | config MEMORY_START |
148 | hex "Physical memory start address" | 128 | hex "Physical memory start address" |
149 | default "0x50000000" if MACH_G3EVM | 129 | default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \ |
150 | default "0x40000000" if MACH_G4EVM || MACH_AP4EVB || MACH_AG5EVM || \ | ||
151 | MACH_MACKEREL || MACH_BONITO || \ | 130 | MACH_MACKEREL || MACH_BONITO || \ |
152 | MACH_ARMADILLO800EVA | 131 | MACH_ARMADILLO800EVA |
153 | default "0x41000000" if MACH_KOTA2 | 132 | default "0x41000000" if MACH_KOTA2 |
@@ -159,8 +138,6 @@ config MEMORY_START | |||
159 | 138 | ||
160 | config MEMORY_SIZE | 139 | config MEMORY_SIZE |
161 | hex "Physical memory size" | 140 | hex "Physical memory size" |
162 | default "0x08000000" if MACH_G3EVM | ||
163 | default "0x08000000" if MACH_G4EVM | ||
164 | default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \ | 141 | default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \ |
165 | MACH_ARMADILLO800EVA | 142 | MACH_ARMADILLO800EVA |
166 | default "0x1e000000" if MACH_KOTA2 | 143 | default "0x1e000000" if MACH_KOTA2 |