projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5855a1e
)
[ARM] pxa: allow PXA to be built for multiple platforms
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 20 Apr 2008 16:36:20 +0000
(17:36 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 2 Jun 2008 18:33:29 +0000
(19:33 +0100)
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>
arch/arm/mach-pxa/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/Kconfig
b/arch/arm/mach-pxa/Kconfig
index 5da7a68204920c5c67a26f8003f80ffd168e48cc..2563753fba7689477a3a3c8e2ae0c4c1d39dd485 100644
(file)
--- 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
-end
choice
+end
menu
choice
prompt "Used baseboard"