[xburst] jz4740_fb: Do not disable lcd clock during blanking. Only during
[openwrt.git] / target / linux / pxa / patches-2.6.21 / 003-arch-config.patch
1 --- a/arch/arm/mach-pxa/Kconfig
2 +++ b/arch/arm/mach-pxa/Kconfig
3 @@ -5,6 +5,10 @@ menu "Intel PXA2xx Implementations"
4  choice
5         prompt "Select target board"
6  
7 +config ARCH_GUMSTIX
8 +        bool "Gumstix Platform"
9 +        depends on ARCH_PXA
10 +
11  config ARCH_LUBBOCK
12         bool "Intel DBPXA250 Development Platform"
13         select PXA25x
14 @@ -116,6 +120,34 @@ config MACH_TOSA
15         bool "Enable Sharp SL-6000x (Tosa) Support"
16         depends on PXA_SHARPSL_25x
17  
18 +choice
19 +       depends on ARCH_GUMSTIX
20 +       prompt "Gumstix Platform Version"
21 +       default ARCH_GUMSTIX_F
22 +
23 +config ARCH_GUMSTIX_ORIG
24 +       bool "Original Gumstix"
25 +       select PXA25x
26 +       help
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)
29 +
30 +config ARCH_GUMSTIX_F
31 +       bool "Gumstix-F"
32 +       select PXA25x
33 +       help
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.
36 +
37 +config ARCH_GUMSTIX_VERDEX
38 +       bool "Gumstix Verdex"
39 +       select PXA27x
40 +       help
41 +               The Gumstix verdex boards with 24, 60, and 120-pin connectors, and
42 +               computer systems using these boards.
43 +
44 +endchoice
45 +
46  config PXA25x
47         bool
48         help
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
53  
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