[ARM] pxa: make mainstone use the generic PWM backlight driver
[linux-2.6-block.git] / arch / arm / mach-pxa / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_PXA
2
2c8086a5 3menu "Intel PXA2xx/PXA3xx Implementations"
4
5if PXA3xx
6
7menu "Supported PXA3xx Processor Variants"
8
9config CPU_PXA300
10 bool "PXA300 (codename Monahans-L)"
11
12config CPU_PXA310
13 bool "PXA310 (codename Monahans-LV)"
14 select CPU_PXA300
15
16config CPU_PXA320
17 bool "PXA320 (codename Monahans-P)"
18
19endmenu
20
21endif
1da177e4
LT
22
23choice
24 prompt "Select target board"
25
90b8fc34
JK
26config ARCH_GUMSTIX
27 bool "Gumstix XScale boards"
28 help
29 Say Y here if you intend to run this kernel on a
30 Gumstix Full Function Minature Computer.
31
1da177e4
LT
32config ARCH_LUBBOCK
33 bool "Intel DBPXA250 Development Platform"
34 select PXA25x
35 select SA1111
36
e9937d4b
LB
37config MACH_LOGICPD_PXA270
38 bool "LogicPD PXA270 Card Engine Development Platform"
39 select PXA27x
e9937d4b 40
1da177e4
LT
41config MACH_MAINSTONE
42 bool "Intel HCDDBBVA0 Development Platform"
43 select PXA27x
402e4909 44 select HAVE_PWM
1da177e4
LT
45
46config ARCH_PXA_IDP
47 bool "Accelent Xscale IDP"
48 select PXA25x
49
50config PXA_SHARPSL
0dd28f1d 51 bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
1da177e4
LT
52 select SHARP_SCOOP
53 select SHARP_PARAM
54 help
55 Say Y here if you intend to run this kernel on a
0dd28f1d
RP
56 Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
57 SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
8459c159
DO
58 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
59 handheld computer.
1da177e4 60
3abcd199
IM
61config ARCH_PXA_ESERIES
62 bool "PXA based Toshiba e-series PDAs"
63 select PXA25x
64
65config MACH_E330
66 bool "Toshiba e330"
67 default y
68 depends on ARCH_PXA_ESERIES
69 help
70 Say Y here if you intend to run this kernel on a Toshiba
71 e330 family PDA.
72
73config MACH_E740
74 bool "Toshiba e740"
75 default y
76 depends on ARCH_PXA_ESERIES
77 help
78 Say Y here if you intend to run this kernel on a Toshiba
79 e740 family PDA.
80
81config MACH_E750
82 bool "Toshiba e750"
83 default y
84 depends on ARCH_PXA_ESERIES
85 help
86 Say Y here if you intend to run this kernel on a Toshiba
87 e750 family PDA.
88
89config MACH_E400
90 bool "Toshiba e400"
91 default y
92 depends on ARCH_PXA_ESERIES
93 help
94 Say Y here if you intend to run this kernel on a Toshiba
95 e400 family PDA.
96
97config MACH_E800
98 bool "Toshiba e800"
99 default y
100 depends on ARCH_PXA_ESERIES
101 help
102 Say Y here if you intend to run this kernel on a Toshiba
103 e800 family PDA.
104