aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2008-07-02 08:50:09 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-07-09 16:31:52 -0400
commitc0b8556f2f8146bd38324b14b1ce00f249ba8ed9 (patch)
tree57314c717986ffcdf8846318bb8287cbe2e5757a /arch/arm
parentc7b4f5ba07a16d2c84ac6cc312488cc6cc0db518 (diff)
[ARM] 5143/1: pxa: further cleanup PXA Kconfig by removing one
unnecessary menu level Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/Kconfig48
1 files changed, 10 insertions, 38 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 01d23e5717a..faa2c3f6c1a 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -20,14 +20,17 @@ endmenu
20 20
21endif 21endif
22 22
23menu "Select target boards"
24
25config ARCH_GUMSTIX 23config ARCH_GUMSTIX
26 bool "Gumstix XScale boards" 24 bool "Gumstix XScale boards"
27 help 25 help
28 Say Y here if you intend to run this kernel on a 26 Say Y here if you intend to run this kernel on a
29 Gumstix Full Function Minature Computer. 27 Gumstix Full Function Minature Computer.
30 28
29config MACH_GUMSTIX_F
30 bool "Basix, Connex, ws-200ax, ws-400ax systems"
31 depends on ARCH_GUMSTIX
32 select PXA25x
33
31config ARCH_LUBBOCK 34config ARCH_LUBBOCK
32 bool "Intel DBPXA250 Development Platform" 35 bool "Intel DBPXA250 Development Platform"
33 select PXA25x 36 select PXA25x
@@ -157,6 +160,10 @@ config MACH_TRIZEPS4
157 bool "Keith und Koep Trizeps4 DIMM-Module" 160 bool "Keith und Koep Trizeps4 DIMM-Module"
158 select PXA27x 161 select PXA27x
159 162
163config MACH_TRIZEPS4_CONXS
164 bool "ConXS Eval Board"
165 depends on MACH_TRIZEPS4
166
160config MACH_EM_X270 167config MACH_EM_X270
161 bool "CompuLab EM-x270 platform" 168 bool "CompuLab EM-x270 platform"
162 select PXA27x 169 select PXA27x
@@ -192,17 +199,10 @@ config MACH_PCM027
192 select IWMMXT 199 select IWMMXT
193 select PXA_SSP 200 select PXA_SSP
194 201
195endmenu
196
197choice
198 prompt "Used baseboard"
199 depends on MACH_PCM027
200
201config MACH_PCM990_BASEBOARD 202config MACH_PCM990_BASEBOARD
202 bool "PHYTEC PCM-990 development board" 203 bool "PHYTEC PCM-990 development board"
203 select HAVE_PWM 204 select HAVE_PWM
204 205 depends on MACH_PCM027
205endchoice
206 206
207choice 207choice
208 prompt "display on pcm990" 208 prompt "display on pcm990"
@@ -219,34 +219,6 @@ config PCM990_DISPLAY_NONE
219 219
220endchoice 220endchoice
221 221
222if ARCH_GUMSTIX
223
224choice
225 prompt "Select target Gumstix board"
226
227config MACH_GUMSTIX_F
228 bool "Basix, Connex, ws-200ax, ws-400ax systems"
229 select PXA25x
230
231endchoice
232
233endif
234
235
236if MACH_TRIZEPS4
237
238choice
239 prompt "Select base board for Trizeps 4 module"
240
241config MACH_TRIZEPS4_CONXS
242 bool "ConXS Eval Board"
243
244config MACH_TRIZEPS4_ANY
245 bool "another Board"
246
247endchoice
248
249endif
250 222
251endmenu 223endmenu
252 224