1 Index: linux-2.6.21.7/arch/arm/mach-pxa/Kconfig
2 ===================================================================
3 --- linux-2.6.21.7.orig/arch/arm/mach-pxa/Kconfig
4 +++ linux-2.6.21.7/arch/arm/mach-pxa/Kconfig
5 @@ -5,6 +5,10 @@ menu "Intel PXA2xx Implementations"
7 prompt "Select target board"
10 + bool "Gumstix Platform"
14 bool "Intel DBPXA250 Development Platform"
16 @@ -116,6 +120,34 @@ config MACH_TOSA
17 bool "Enable Sharp SL-6000x (Tosa) Support"
18 depends on PXA_SHARPSL_25x
21 + depends on ARCH_GUMSTIX
22 + prompt "Gumstix Platform Version"
23 + default ARCH_GUMSTIX_F
25 +config ARCH_GUMSTIX_ORIG
26 + bool "Original Gumstix"
29 + The original gumstix platform, including the gs-200x and gs-400x and the waysmall
30 + systems using these boards. (Almost nobody has one of these)
32 +config ARCH_GUMSTIX_F
36 + The updated Gumstix basix and connex boards with 60-pin connector, and
37 + waysmall systems using these boards, including ws-200ax and ws-400ax.
39 +config ARCH_GUMSTIX_VERDEX
40 + bool "Gumstix Verdex"
43 + The Gumstix verdex boards with 24, 60, and 120-pin connectors, and
44 + computer systems using these boards.
51 Index: linux-2.6.21.7/arch/arm/mach-pxa/Makefile
52 ===================================================================
53 --- linux-2.6.21.7.orig/arch/arm/mach-pxa/Makefile
54 +++ linux-2.6.21.7/arch/arm/mach-pxa/Makefile
55 @@ -8,6 +8,7 @@ obj-$(CONFIG_PXA25x) += pxa25x.o
56 obj-$(CONFIG_PXA27x) += pxa27x.o
58 # Specific board support
59 +obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o
60 obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
61 obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o
62 obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o