Kconfig 10.2 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)"

22 23 24
config CPU_PXA935
	bool "PXA935 (codename Tavor-P65)"

E
eric miao 已提交
25 26 27
endmenu

endif
L
Linus Torvalds 已提交
28

29
config ARCH_GUMSTIX
30 31
	bool "Gumstix XScale 255 boards"
	select PXA25x
32
	help
33 34
	  Say Y here if you intend to run this kernel on
	  Basix, Connex, ws-200ax, ws-400ax systems
35

36 37
choice
	prompt "Gumstix Carrier/Expansion Board"
38
	depends on ARCH_GUMSTIX
39 40 41 42

config GUMSTIX_AM200EPD
	bool "Enable AM200EPD board support"

43 44 45
config GUMSTIX_AM300EPD
	bool "Enable AM300EPD board support"

46
endchoice
47

48 49 50 51 52
config MACH_INTELMOTE2
	bool "Intel Mote 2 Platform"
	select PXA27x
	select IWMMXT
	select PXA_HAVE_BOARD_IRQS
53

54 55 56 57 58 59
config MACH_STARGATE2
	bool "Intel Stargate 2 Platform"
	select PXA27x
	select IWMMXT
	select PXA_HAVE_BOARD_IRQS

L
Linus Torvalds 已提交
60 61 62 63
config ARCH_LUBBOCK
	bool "Intel DBPXA250 Development Platform"
	select PXA25x
	select SA1111
64
	select PXA_HAVE_BOARD_IRQS
L
Linus Torvalds 已提交
65

66 67 68
config MACH_LOGICPD_PXA270
	bool "LogicPD PXA270 Card Engine Development Platform"
	select PXA27x
69
	select HAVE_PWM
70
	select PXA_HAVE_BOARD_IRQS
71

L
Linus Torvalds 已提交
72 73 74
config MACH_MAINSTONE
	bool "Intel HCDDBBVA0 Development Platform"
	select PXA27x
75
	select HAVE_PWM
76
	select PXA_HAVE_BOARD_IRQS
L
Linus Torvalds 已提交
77

78 79 80
config MACH_MP900C
	bool "Nec Mobilepro 900/c"
	select PXA25x
L
Linus Torvalds 已提交
81 82 83 84 85 86

config ARCH_PXA_IDP
	bool "Accelent Xscale IDP"
	select PXA25x

config PXA_SHARPSL
87
	bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
L
Linus Torvalds 已提交
88 89 90 91
	select SHARP_SCOOP
	select SHARP_PARAM
	help
	  Say Y here if you intend to run this kernel on a
92 93
	  Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
	  SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
94 95
	  SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
	  handheld computer.
L
Linus Torvalds 已提交
96

97 98 99 100
config SHARPSL_PM
	bool
	select APM_EMULATION

101 102 103 104 105 106 107 108
config CORGI_SSP_DEPRECATED
	bool
	select PXA_SSP
	help
	  This option will include corgi_ssp.c and corgi_lcd.c
	  that corgi_ts.c and other legacy drivers (corgi_bl.c
	  and sharpsl_pm.c) may depend on.

109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
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
159
	select PXA_HAVE_BOARD_IRQS
160

161 162 163 164 165 166 167 168
config ARCH_VIPER
	bool "Arcom/Eurotech VIPER SBC"
	select PXA25x
	select ISA
	select I2C_GPIO
	select HAVE_PWM
	select PXA_HAVE_BOARD_IRQS
	select PXA_HAVE_ISA_IRQS
169

170 171 172
config ARCH_PXA_ESERIES
	bool "PXA based Toshiba e-series PDAs"
	select PXA25x
173
	select PXA_HAVE_BOARD_IRQS
174 175 176 177 178 179 180 181 182

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 已提交
183 184 185 186 187 188 189 190
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.

191 192 193 194
config MACH_E740
	bool "Toshiba e740"
	default y
	depends on ARCH_PXA_ESERIES
195
	select FB_W100
196 197 198 199 200 201 202 203
	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
204
	select FB_W100
205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
	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
221
	select FB_W100
222 223 224 225
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e800 family PDA.

226 227 228
config TRIZEPS_PXA
	bool "PXA based Keith und Koep Trizeps DIMM-Modules"

229 230 231 232
config MACH_H5000
	bool "HP iPAQ h5000"
	select PXA25x

233 234
config MACH_TRIZEPS4
	bool "Keith und Koep Trizeps4 DIMM-Module"
235 236
	depends on TRIZEPS_PXA
	select TRIZEPS_PCMCIA
237 238
	select PXA27x

239 240 241 242
config MACH_TRIZEPS4WL
	bool "Keith und Koep Trizeps4-WL DIMM-Module"
	depends on TRIZEPS_PXA
	select TRIZEPS_PCMCIA
243
	select PXA27x
244 245 246 247 248
	select PXA_SSP

choice
	prompt "Select base board for Trizeps module"
	depends on TRIZEPS_PXA
249

250
config MACH_TRIZEPS_CONXS
251
	bool "ConXS Eval Board"
252 253 254 255 256 257 258 259 260 261 262 263 264

config MACH_TRIZEPS_UCONXS
	bool "uConXS Eval Board"

config MACH_TRIZEPS_ANY
	bool "another Board"

endchoice

config TRIZEPS_PCMCIA
	bool
	help
	  Enable PCMCIA support for Trizeps modules
265

266 267 268 269
config MACH_EM_X270
	bool "CompuLab EM-x270 platform"
	select PXA27x

270 271 272 273
config MACH_EXEDA
	bool "CompuLab eXeda platform"
	select PXA27x

274
config MACH_COLIBRI
275
	bool "Toradex Colibri PXA270"
276 277
	select PXA27x

278
config MACH_COLIBRI300
279
	bool "Toradex Colibri PXA300/310"
280 281 282
	select PXA3xx
	select CPU_PXA300

283 284 285 286 287
config MACH_COLIBRI320
	bool "Toradex Colibri PXA320"
	select PXA3xx
	select CPU_PXA320

E
eric miao 已提交
288
config MACH_ZYLONITE
289
	bool "PXA3xx Development Platform (aka Zylonite)"
E
eric miao 已提交
290
	select PXA3xx
291
	select PXA_SSP
292
	select HAVE_PWM
293
	select PXA_HAVE_BOARD_IRQS
E
eric miao 已提交
294

295 296 297 298 299
config MACH_LITTLETON
	bool "PXA3xx Form Factor Platform (aka Littleton)"
	select PXA3xx
	select PXA_SSP

300 301 302
config MACH_TAVOREVB
	bool "PXA930 Evaluation Board (aka TavorEVB)"
	select PXA3xx
303
	select CPU_PXA930
304

305 306 307
config MACH_SAAR
	bool "PXA930 Handheld Platform (aka SAAR)"
	select PXA3xx
308
	select CPU_PXA930
309

310
config MACH_ARMCORE
311
	bool "CompuLab CM-X255/CM-X270 modules"
312 313
	select PXA27x
	select IWMMXT
314 315
	select PXA25x
	select PXA_SSP
316

317 318 319 320
config MACH_CM_X300
	bool "CompuLab CM-X300 modules"
	select PXA3xx
	select CPU_PXA300
321

322 323 324 325 326 327 328 329
config MACH_H4700
	bool "HP iPAQ hx4700"
	select PXA27x
	select IWMMXT
	select PXA_SSP
	select HAVE_PWM
	select PXA_HAVE_BOARD_IRQS

330 331 332 333
config MACH_MAGICIAN
	bool "Enable HTC Magician Support"
	select PXA27x
	select IWMMXT
334
	select PXA_SSP
335
	select HAVE_PWM
336
	select PXA_HAVE_BOARD_IRQS
337

338 339 340 341 342
config MACH_HIMALAYA
	bool "HTC Himalaya Support"
	select CPU_PXA26x
	select FB_W100

343 344 345 346 347 348 349 350 351 352
config MACH_MIOA701
	bool "Mitac Mio A701 Support"
	select PXA27x
	select IWMMXT
	select HAVE_PWM
	select GPIO_SYSFS
	help
	  Say Y here if you intend to run this kernel on a
	  MIO A701. Currently there is only basic support
	  for this PDA.
353

354 355 356 357
config MACH_PCM027
	bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
	select PXA27x
	select IWMMXT
358
	select PXA_SSP
359
	select PXA_HAVE_BOARD_IRQS
360

361 362 363 364
config ARCH_PXA_PALM
	bool "PXA based Palm PDAs"
	select HAVE_PWM

365 366 367 368 369 370 371 372 373
config MACH_PALMTE2
	bool "Palm Tungsten|E2"
	default y
	depends on ARCH_PXA_PALM
	select PXA25x
	help
	  Say Y here if you intend to run this kernel on a Palm Tungsten|E2
	  handheld computer.

M
Marek Vasut 已提交
374 375 376 377 378 379 380 381 382 383
config MACH_PALMT5
	bool "Palm Tungsten|T5"
	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 Tungsten|T5
	  handheld computer.

384 385 386 387 388 389 390 391 392 393
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.

394 395 396 397 398 399 400 401 402
config MACH_PALMZ72
	bool "Palm Zire 72"
	default y
	depends on ARCH_PXA_PALM
	select PXA27x
	select IWMMXT
	help
	  Say Y here if you intend to run this kernel on Palm Zire 72
	  handheld computer.
M
Marek Vasut 已提交
403 404 405 406 407 408 409 410 411 412

config MACH_PALMLD
	bool "Palm LifeDrive"
	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 LifeDrive
	  handheld computer.
413

414 415
config MACH_PCM990_BASEBOARD
	bool "PHYTEC PCM-990 development board"
416
	select HAVE_PWM
417
	depends on MACH_PCM027
418

419
choice
420 421
	prompt "display on pcm990"
	depends on MACH_PCM990_BASEBOARD
422

423 424
config PCM990_DISPLAY_SHARP
	bool "sharp lq084v1dg21 stn display"
425

426 427
config PCM990_DISPLAY_NEC
	bool "nec nl6448bc20_18d tft display"
428

429 430
config PCM990_DISPLAY_NONE
	bool "no display"
431

432
endchoice
433

434 435 436 437 438 439 440 441
config MACH_CSB726
	bool "Enable Cogent CSB726 System On a Module"
	select PXA27x
	select IWMMXT
	help
	  Say Y here if you intend to run this kernel on a Cogent
	  CSB726 System On Module.

442 443 444 445
config CSB726_CSB701
	bool "Enable supprot for CSB701 baseboard"
	depends on MACH_CSB726

446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
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 已提交
482 483 484 485
endmenu

config PXA25x
	bool
486
	select CPU_XSCALE
L
Linus Torvalds 已提交
487 488 489 490 491
	help
	  Select code specific to PXA21x/25x/26x variants

config PXA27x
	bool
492
	select CPU_XSCALE
L
Linus Torvalds 已提交
493 494 495
	help
	  Select code specific to PXA27x variants

496 497 498 499 500 501
config CPU_PXA26x
	bool
	select PXA25x
	help
	  Select code specific to PXA26x (codename Dalhart)

E
eric miao 已提交
502 503
config PXA3xx
	bool
504
	select CPU_XSC3
E
eric miao 已提交
505 506 507
	help
	  Select code specific to PXA3xx variants

L
Linus Torvalds 已提交
508 509
config PXA_SHARP_C7xx
	bool
510
	select PXA_SSP
511
	select SHARPSL_PM
L
Linus Torvalds 已提交
512 513 514
	help
	  Enable support for all Sharp C7xx models

515 516
config PXA_SHARP_Cxx00
	bool
517
	select PXA_SSP
518
	select SHARPSL_PM
519 520 521
	help
	  Enable common support for Sharp Cxx00 models

522 523 524 525
config PXA_SSP
	tristate
	help
	  Enable support for PXA2xx SSP ports
526

527 528 529 530 531 532 533
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 已提交
534

535 536 537
config PXA_HAVE_BOARD_IRQS
	bool

538 539 540
config PXA_HAVE_ISA_IRQS
	bool

L
Linus Torvalds 已提交
541
endif