diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-20 12:36:20 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-02 14:33:29 -0400 |
commit | 63b43f5d3264f4d70b5d29885997253d33259744 (patch) | |
tree | 25d53dd24b7156f351a74dacdaa5e1cda04dcd55 /arch | |
parent | 5855a1e3c0714242b8a1875383b63ccf9bafaab7 (diff) |
[ARM] pxa: allow PXA to be built for multiple platforms
Convert the 'choice' into a 'menu' to allow multiple platforms to be
selected.
This means to do a build check across PXA, you don't end up spending
a lifetime building _twenty_ sodding kernels.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 5da7a6820492..2563753fba76 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -20,8 +20,7 @@ endmenu | |||
20 | 20 | ||
21 | endif | 21 | endif |
22 | 22 | ||
23 | choice | 23 | menu "Select target boards" |
24 | prompt "Select target board" | ||
25 | 24 | ||
26 | config ARCH_GUMSTIX | 25 | config ARCH_GUMSTIX |
27 | bool "Gumstix XScale boards" | 26 | bool "Gumstix XScale boards" |
@@ -138,7 +137,7 @@ config MACH_PCM027 | |||
138 | select PXA27x | 137 | select PXA27x |
139 | select IWMMXT | 138 | select IWMMXT |
140 | 139 | ||
141 | endchoice | 140 | endmenu |
142 | 141 | ||
143 | choice | 142 | choice |
144 | prompt "Used baseboard" | 143 | prompt "Used baseboard" |