Kconfig 6.7 KB
Newer Older
L
Linus Torvalds 已提交
1 2
if ARCH_PXA

E
eric miao 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
menu "Intel PXA2xx/PXA3xx Implementations"

if PXA3xx

menu "Supported PXA3xx Processor Variants"

config CPU_PXA300
	bool "PXA300 (codename Monahans-L)"

config CPU_PXA310
	bool "PXA310 (codename Monahans-LV)"
	select CPU_PXA300

config CPU_PXA320
	bool "PXA320 (codename Monahans-P)"

19 20 21
config CPU_PXA930
	bool "PXA930 (codename Tavor-P)"

E
eric miao 已提交
22 23 24
endmenu

endif
L
Linus Torvalds 已提交
25

26 27 28 29 30 31
config ARCH_GUMSTIX
	bool "Gumstix XScale boards"
	help
	  Say Y here if you intend to run this kernel on a
	  Gumstix Full Function Minature Computer.

32 33 34 35 36
config MACH_GUMSTIX_F
	bool "Basix, Connex, ws-200ax, ws-400ax systems"
	depends on ARCH_GUMSTIX
	select PXA25x

L
Linus Torvalds 已提交
37 38 39 40
config ARCH_LUBBOCK
	bool "Intel DBPXA250 Development Platform"
	select PXA25x
	select SA1111
41
	select PXA_HAVE_BOARD_IRQS
L
Linus Torvalds 已提交
42

43 44 45
config MACH_LOGICPD_PXA270
	bool "LogicPD PXA270 Card Engine Development Platform"
	select PXA27x
46
	select HAVE_PWM
47
	select PXA_HAVE_BOARD_IRQS
48

L
Linus Torvalds 已提交
49 50 51
config MACH_MAINSTONE
	bool "Intel HCDDBBVA0 Development Platform"
	select PXA27x
52
	select HAVE_PWM
53
	select PXA_HAVE_BOARD_IRQS
L
Linus Torvalds 已提交
54 55 56 57 58 59

config ARCH_PXA_IDP
	bool "Accelent Xscale IDP"
	select PXA25x

config PXA_SHARPSL
60
	bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
L
Linus Torvalds 已提交
61 62 63 64
	select SHARP_SCOOP
	select SHARP_PARAM
	help
	  Say Y here if you intend to run this kernel on a
65 66
	  Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
	  SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
67 68
	  SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
	  handheld computer.
L
Linus Torvalds 已提交
69

70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
config MACH_POODLE
	bool "Enable Sharp SL-5600 (Poodle) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select SHARP_LOCOMO
	select PXA_SSP

config MACH_CORGI
	bool "Enable Sharp SL-C700 (Corgi) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx

config MACH_SHEPHERD
	bool "Enable Sharp SL-C750 (Shepherd) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx

config MACH_HUSKY
	bool "Enable Sharp SL-C760 (Husky) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx

config MACH_AKITA
	bool "Enable Sharp SL-1000 (Akita) Support"
	depends on PXA_SHARPSL
	select PXA27x
	select PXA_SHARP_Cxx00
	select MACH_SPITZ
	select I2C
	select I2C_PXA

config MACH_SPITZ
	bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
	depends on PXA_SHARPSL
	select PXA27x
	select PXA_SHARP_Cxx00

config MACH_BORZOI
	bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
	depends on PXA_SHARPSL
	select PXA27x
	select PXA_SHARP_Cxx00

config MACH_TOSA
	bool "Enable Sharp SL-6000x (Tosa) Support"
	depends on PXA_SHARPSL
	select PXA25x
120
	select PXA_HAVE_BOARD_IRQS
121

122 123 124
config ARCH_PXA_ESERIES
	bool "PXA based Toshiba e-series PDAs"
	select PXA25x
125
	select PXA_HAVE_BOARD_IRQS
126 127 128 129 130 131 132 133 134

config MACH_E330
	bool "Toshiba e330"
	default y
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e330 family PDA.

I
Ian Molton 已提交
135 136 137 138 139 140 141 142
config MACH_E350
	bool "Toshiba e350"
	default y
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e350 family PDA.

143 144 145 146
config MACH_E740
	bool "Toshiba e740"
	default y
	depends on ARCH_PXA_ESERIES
147
	select FB_W100
148 149 150 151 152 153 154 155
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e740 family PDA.

config MACH_E750
	bool "Toshiba e750"
	default y
	depends on ARCH_PXA_ESERIES
156
	select FB_W100
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e750 family PDA.

config MACH_E400
	bool "Toshiba e400"
	default y
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e400 family PDA.

config MACH_E800
	bool "Toshiba e800"
	default y
	depends on ARCH_PXA_ESERIES
173
	select FB_W100
174 175 176 177
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e800 family PDA.

178 179 180 181
config MACH_TRIZEPS4
	bool "Keith und Koep Trizeps4 DIMM-Module"
	select PXA27x

182 183 184 185
config MACH_TRIZEPS4_CONXS
	bool "ConXS Eval Board"
	depends on MACH_TRIZEPS4

186 187 188 189
config MACH_EM_X270
	bool "CompuLab EM-x270 platform"
	select PXA27x

190 191 192 193
config MACH_COLIBRI
	bool "Toradex Colibri PX27x"
	select PXA27x

E
eric miao 已提交
194
config MACH_ZYLONITE
195
	bool "PXA3xx Development Platform (aka Zylonite)"
E
eric miao 已提交
196
	select PXA3xx
197
	select HAVE_PWM
E
eric miao 已提交
198

199 200 201 202 203
config MACH_LITTLETON
	bool "PXA3xx Form Factor Platform (aka Littleton)"
	select PXA3xx
	select PXA_SSP

204 205 206 207 208
config MACH_TAVOREVB
	bool "PXA930 Evaluation Board (aka TavorEVB)"
	select PXA3xx
	select PXA930

209 210 211 212 213
config MACH_SAAR
	bool "PXA930 Handheld Platform (aka SAAR)"
	select PXA3xx
	select PXA930

214 215 216 217 218
config MACH_ARMCORE
	bool "CompuLab CM-X270 modules"
	select PXA27x
	select IWMMXT

219 220 221 222
config MACH_MAGICIAN
	bool "Enable HTC Magician Support"
	select PXA27x
	select IWMMXT
223
	select PXA_HAVE_BOARD_IRQS
224

225 226 227 228
config MACH_PCM027
	bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
	select PXA27x
	select IWMMXT
229
	select PXA_SSP
230
	select PXA_HAVE_BOARD_IRQS
231

232 233 234 235 236 237 238 239 240 241 242 243 244 245
config ARCH_PXA_PALM
	bool "PXA based Palm PDAs"
	select HAVE_PWM

config MACH_PALMTX
	bool "Palm T|X"
	default y
	depends on ARCH_PXA_PALM
	select PXA27x
	select IWMMXT
	help
	  Say Y here if you intend to run this kernel on a Palm T|X
	  handheld computer.

246 247
config MACH_PCM990_BASEBOARD
	bool "PHYTEC PCM-990 development board"
248
	select HAVE_PWM
249
	depends on MACH_PCM027
250

251
choice
252 253
	prompt "display on pcm990"
	depends on MACH_PCM990_BASEBOARD
254

255 256
config PCM990_DISPLAY_SHARP
	bool "sharp lq084v1dg21 stn display"
257

258 259
config PCM990_DISPLAY_NEC
	bool "nec nl6448bc20_18d tft display"
260

261 262
config PCM990_DISPLAY_NONE
	bool "no display"
263

264
endchoice
265

266

267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
config PXA_EZX
	bool "Motorola EZX Platform"
	select PXA27x
	select IWMMXT
	select HAVE_PWM

config MACH_EZX_A780
	bool "Motorola EZX A780"
	default y
	depends on PXA_EZX

config MACH_EZX_E680
	bool "Motorola EZX E680"
	default y
	depends on PXA_EZX

config MACH_EZX_A1200
	bool "Motorola EZX A1200"
	default y
	depends on PXA_EZX

config MACH_EZX_A910
	bool "Motorola EZX A910"
	default y
	depends on PXA_EZX

config MACH_EZX_E6
	bool "Motorola EZX E6"
	default y
	depends on PXA_EZX

config MACH_EZX_E2
	bool "Motorola EZX E2"
	default y
	depends on PXA_EZX

L
Linus Torvalds 已提交
303 304 305 306 307 308 309 310 311 312 313 314
endmenu

config PXA25x
	bool
	help
	  Select code specific to PXA21x/25x/26x variants

config PXA27x
	bool
	help
	  Select code specific to PXA27x variants

E
eric miao 已提交
315 316 317 318 319
config PXA3xx
	bool
	help
	  Select code specific to PXA3xx variants

L
Linus Torvalds 已提交
320 321
config PXA_SHARP_C7xx
	bool
322
	select PXA_SSP
323
	select SHARPSL_PM
L
Linus Torvalds 已提交
324 325 326
	help
	  Enable support for all Sharp C7xx models

327 328
config PXA_SHARP_Cxx00
	bool
329
	select PXA_SSP
330
	select SHARPSL_PM
331 332 333
	help
	  Enable common support for Sharp Cxx00 models

334 335 336 337
config PXA_SSP
	tristate
	help
	  Enable support for PXA2xx SSP ports
338 339 340

config PXA_PWM
	tristate
341
	default BACKLIGHT_PWM
342 343
	help
	  Enable support for PXA2xx/PXA3xx PWM controllers
R
Russell King 已提交
344

345 346 347 348 349 350 351
config TOSA_BT
	tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
	depends on MACH_TOSA
	select RFKILL
	help
	  This is a simple driver that is able to control
	  the state of built in bluetooth chip on tosa.
R
Russell King 已提交
352

353 354 355
config PXA_HAVE_BOARD_IRQS
	bool

L
Linus Torvalds 已提交
356
endif