1 --- a/arch/arm/mach-pxa/Kconfig
2 +++ b/arch/arm/mach-pxa/Kconfig
3 @@ -5,6 +5,10 @@ menu "Intel PXA2xx Implementations"
5 prompt "Select target board"
8 + bool "Gumstix Platform"
12 bool "Intel DBPXA250 Development Platform"
14 @@ -116,6 +120,34 @@ config MACH_TOSA
15 bool "Enable Sharp SL-6000x (Tosa) Support"
16 depends on PXA_SHARPSL_25x
19 + depends on ARCH_GUMSTIX
20 + prompt "Gumstix Platform Version"
21 + default ARCH_GUMSTIX_F
23 +config ARCH_GUMSTIX_ORIG
24 + bool "Original Gumstix"
27 + The original gumstix platform, including the gs-200x and gs-400x and the waysmall
28 + systems using these boards. (Almost nobody has one of these)
30 +config ARCH_GUMSTIX_F
34 + The updated Gumstix basix and connex boards with 60-pin connector, and
35 + waysmall systems using these boards, including ws-200ax and ws-400ax.
37 +config ARCH_GUMSTIX_VERDEX
38 + bool "Gumstix Verdex"
41 + The Gumstix verdex boards with 24, 60, and 120-pin connectors, and
42 + computer systems using these boards.
49 --- a/arch/arm/mach-pxa/Makefile
50 +++ b/arch/arm/mach-pxa/Makefile
51 @@ -8,6 +8,7 @@ obj-$(CONFIG_PXA25x) += pxa25x.o
52 obj-$(CONFIG_PXA27x) += pxa27x.o
54 # Specific board support
55 +obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o
56 obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
57 obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o
58 obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o