Skip to content

Commit

Permalink
[ARM] pxa: allow PXA to be built for multiple platforms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Russell King committed Jun 2, 2008
1 parent 5855a1e commit 63b43f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ endmenu

endif

choice
prompt "Select target board"
menu "Select target boards"

config ARCH_GUMSTIX
bool "Gumstix XScale boards"
Expand Down Expand Up @@ -138,7 +137,7 @@ config MACH_PCM027
select PXA27x
select IWMMXT

endchoice
endmenu

choice
prompt "Used baseboard"
Expand Down

0 comments on commit 63b43f5

Please sign in to comment.