From 926dabe41adff2e05d576c5c37d733429a5d8c7d Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Sat, 29 May 2004 22:54:21 +0100 Subject: [PATCH] [ARM PATCH] 1897/1: prevent selecting more than one PXA target Patch from Nicolas Pitre ... since this is not supported at the moment and would fail to build. --- arch/arm/mach-pxa/Kconfig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index fb2cd10c300a..a9648c82f0b1 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -1,22 +1,25 @@ menu "Intel PXA2xx Implementations" +choice + prompt "Select target board" + depends on ARCH_PXA + config ARCH_LUBBOCK bool "Intel DBPXA250 Development Platform" - depends on ARCH_PXA select PXA25x config MACH_MAINSTONE bool "Intel HCDDBBVA0 Development Platform" - depends on ARCH_PXA select PXA27x #select IWMMXT config ARCH_PXA_IDP bool "Accelent Xscale IDP" - depends on ARCH_PXA select PXA25x +endchoice + endmenu config PXA25x -- 2.39.5