Commit 63b43f5d authored by Russell King's avatar Russell King Committed by Russell King

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5855a1e3
...@@ -20,8 +20,7 @@ endmenu ...@@ -20,8 +20,7 @@ endmenu
endif endif
choice menu "Select target boards"
prompt "Select target board"
config ARCH_GUMSTIX config ARCH_GUMSTIX
bool "Gumstix XScale boards" bool "Gumstix XScale boards"
...@@ -138,7 +137,7 @@ config MACH_PCM027 ...@@ -138,7 +137,7 @@ config MACH_PCM027
select PXA27x select PXA27x
select IWMMXT select IWMMXT
endchoice endmenu
choice choice
prompt "Used baseboard" prompt "Used baseboard"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment