aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig31
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
3comment "SH-Mobile System Type" 3comment "SH-Mobile System Type"
4 4
5config ARCH_SH7367
6 bool "SH-Mobile G3 (SH7367)"
7 select ARCH_WANT_OPTIONAL_GPIOLIB
8 select CPU_V6
9 select SH_CLK_CPG
10
11config ARCH_SH7377
12 bool "SH-Mobile G4 (SH7377)"
13 select ARCH_WANT_OPTIONAL_GPIOLIB
14 select CPU_V7
15 select SH_CLK_CPG
16
17config ARCH_SH7372 5config 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
45config ARCH_EMEV2 35config ARCH_EMEV2
46 bool "Emma Mobile EV2" 36 bool "Emma Mobile EV2"
@@ -50,17 +40,6 @@ config ARCH_EMEV2
50 40
51comment "SH-Mobile Board Type" 41comment "SH-Mobile Board Type"
52 42
53config MACH_G3EVM
54 bool "G3EVM board"
55 depends on ARCH_SH7367
56 select ARCH_REQUIRE_GPIOLIB
57
58config MACH_G4EVM
59 bool "G4EVM board"
60 depends on ARCH_SH7377
61 select ARCH_REQUIRE_GPIOLIB
62 select REGULATOR_FIXED_VOLTAGE if REGULATOR
63
64config MACH_AP4EVB 43config 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
99config MACH_KOTA2 79config MACH_KOTA2
100 bool "KOTA2 board" 80 bool "KOTA2 board"
@@ -146,8 +126,7 @@ menu "Memory configuration"
146 126
147config MEMORY_START 127config 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
160config MEMORY_SIZE 139config 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