Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"