diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-20 18:36:20 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-02 20:33:29 +0200 |
commit | 63b43f5d3264f4d70b5d29885997253d33259744 (patch) | |
tree | 25d53dd24b7156f351a74dacdaa5e1cda04dcd55 /arch/arm | |
parent | [ARM] 5035/1: Ensure that zone adjustment is done only on CM-X270 (diff) | |
download | linux-63b43f5d3264f4d70b5d29885997253d33259744.tar.xz linux-63b43f5d3264f4d70b5d29885997253d33259744.zip |
[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/arm')
-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 endif -choice - prompt "Select target board" +menu "Select target boards" config ARCH_GUMSTIX bool "Gumstix XScale boards" @@ -138,7 +137,7 @@ config MACH_PCM027 select PXA27x select IWMMXT -endchoice +endmenu choice prompt "Used baseboard" |