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

E
eric miao 已提交
3 4
menu "Intel PXA2xx/PXA3xx Implementations"

5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
config ARCH_PXA_V7
	bool "ARMv7 (PXA95x) based systems"

if ARCH_PXA_V7
comment "Marvell Dev Platforms (sorted by hardware release time)"
config MACH_TAVOREVB3
	bool "PXA95x Development Platform (aka TavorEVB III)"
	select CPU_PXA955

config MACH_SAARB
	bool "PXA955 Handheld Platform (aka SAARB)"
	select CPU_PXA955
endif

config PXA_V7_MACH_AUTO
	def_bool y
	depends on ARCH_PXA_V7
	depends on !MACH_SAARB
	select MACH_TAVOREVB3

if !ARCH_PXA_V7
26
comment "Intel/Marvell Dev Platforms (sorted by hardware release time)"
27

28 29 30 31 32 33 34 35 36 37 38 39
config MACH_PXA3XX_DT
	bool "Support PXA3xx platforms from device tree"
	select PXA3xx
	select CPU_PXA300
	select POWER_SUPPLY
	select HAVE_PWM
	select USE_OF
	help
	  Include support for Marvell PXA3xx based platforms using
	  the device tree. Needn't select any other machine while
	  MACH_PXA3XX_DT is enabled.

L
Linus Torvalds 已提交
40
config ARCH_LUBBOCK
41
	bool "Intel DBPXA250 Development Platform (aka Lubbock)"
L
Linus Torvalds 已提交
42 43 44
	select PXA25x
	select SA1111

45 46
config MACH_MAINSTONE
	bool "Intel HCDDBBVA0 Development Platform (aka Mainstone)"
47
	select PXA27x
48
	select HAVE_PWM
49

50
config MACH_ZYLONITE
51
	bool
52
	select PXA3xx
53
	select HAVE_PWM
L
Linus Torvalds 已提交
54

55 56 57 58 59 60 61 62 63 64 65
config MACH_ZYLONITE300
	bool "PXA3xx Development Platform (aka Zylonite) PXA300/310"
	select CPU_PXA300
	select CPU_PXA310
	select MACH_ZYLONITE

config MACH_ZYLONITE320
	bool "PXA3xx Development Platform (aka Zylonite) PXA320"
	select CPU_PXA320
	select MACH_ZYLONITE

66 67 68
config MACH_LITTLETON
	bool "PXA3xx Form Factor Platform (aka Littleton)"
	select PXA3xx
69 70
	select CPU_PXA300
	select CPU_PXA310
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85

config MACH_TAVOREVB
	bool "PXA930 Evaluation Board (aka TavorEVB)"
	select PXA3xx
	select CPU_PXA930

config MACH_SAAR
	bool "PXA930 Handheld Platform (aka SAAR)"
	select PXA3xx
	select CPU_PXA930

comment "Third Party Dev Platforms (sorted by vendor name)"

config ARCH_PXA_IDP
	bool "Accelent Xscale IDP"
86
	select PXA25x
L
Linus Torvalds 已提交
87

88 89 90 91 92 93 94
config ARCH_VIPER
	bool "Arcom/Eurotech VIPER SBC"
	select PXA25x
	select ISA
	select I2C_GPIO
	select HAVE_PWM
	select PXA_HAVE_ISA_IRQS
95
	select ARCOM_PCMCIA
96

97 98 99 100 101
config MACH_ARCOM_ZEUS
	bool "Arcom/Eurotech ZEUS SBC"
	select PXA27x
	select ISA
	select PXA_HAVE_ISA_IRQS
102
	select ARCOM_PCMCIA
103

104 105 106 107 108
config MACH_BALLOON3
	bool "Balloon 3 board"
	select PXA27x
	select IWMMXT

109 110 111 112
config MACH_CSB726
	bool "Enable Cogent CSB726 System On a Module"
	select PXA27x
	select IWMMXT
L
Linus Torvalds 已提交
113
	help
114 115
	  Say Y here if you intend to run this kernel on a Cogent
	  CSB726 System On Module.
116

117 118 119
config CSB726_CSB701
	bool "Enable support for CSB701 baseboard"
	depends on MACH_CSB726
120

121 122
config MACH_ARMCORE
	bool "CompuLab CM-X255/CM-X270 modules"
123
	select ARCH_HAS_DMA_SET_COHERENT_MASK if PCI
124 125
	select PXA27x
	select IWMMXT
126
	select PXA25x
127
	select MIGHT_HAVE_PCI
R
Rob Herring 已提交
128
	select NEED_MACH_IO_H if PCI
129

130 131
config MACH_EM_X270
	bool "CompuLab EM-x270 platform"
132 133
	select PXA27x

134 135
config MACH_EXEDA
	bool "CompuLab eXeda platform"
136 137
	select PXA27x

138 139 140 141
config MACH_CM_X300
	bool "CompuLab CM-X300 modules"
	select PXA3xx
	select CPU_PXA300
142 143
	select CPU_PXA310
	select HAVE_PWM
144

145 146 147 148 149
config MACH_CAPC7117
	bool "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM"
	select CPU_PXA320
	select PXA3xx

150 151
config ARCH_GUMSTIX
	bool "Gumstix XScale 255 boards"
152
	select PXA25x
153 154 155
	help
	  Say Y here if you intend to run this kernel on
	  Basix, Connex, ws-200ax, ws-400ax systems
156

157 158 159
choice
	prompt "Gumstix Carrier/Expansion Board"
	depends on ARCH_GUMSTIX
160

161 162
config GUMSTIX_AM200EPD
	bool "Enable AM200EPD board support"
163

164 165
config GUMSTIX_AM300EPD
	bool "Enable AM300EPD board support"
I
Ian Molton 已提交
166

167
endchoice
168

169 170 171 172
config MACH_INTELMOTE2
	bool "Intel Mote 2 Platform"
	select PXA27x
	select IWMMXT
173

174 175 176 177
config MACH_STARGATE2
	bool "Intel Stargate 2 Platform"
	select PXA27x
	select IWMMXT
178

179 180 181 182 183 184 185 186 187
config MACH_XCEP
	bool "Iskratel Electronics XCEP"
	select PXA25x
	select MTD
	select MTD_PHYSMAP
	select MTD_CFI_INTELEXT
	select MTD_CFI
	select MTD_CHAR
	select SMC91X
188
	help
189 190
	  PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
	  Tuned for usage in Libera instruments for particle accelerators.
191

192 193 194
config TRIZEPS_PXA
	bool "PXA based Keith und Koep Trizeps DIMM-Modules"

195 196
config MACH_TRIZEPS4
	bool "Keith und Koep Trizeps4 DIMM-Module"
197 198
	depends on TRIZEPS_PXA
	select TRIZEPS_PCMCIA
199 200
	select PXA27x

201 202 203 204
config MACH_TRIZEPS4WL
	bool "Keith und Koep Trizeps4-WL DIMM-Module"
	depends on TRIZEPS_PXA
	select TRIZEPS_PCMCIA
205
	select PXA27x
206 207 208 209

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

211
config MACH_TRIZEPS_CONXS
212
	bool "ConXS Eval Board"
213 214 215 216 217 218 219 220 221

config MACH_TRIZEPS_UCONXS
	bool "uConXS Eval Board"

config MACH_TRIZEPS_ANY
	bool "another Board"

endchoice

222 223 224 225 226
config ARCOM_PCMCIA
	bool
	help
	  Generic option for Arcom Viper/Zeus PCMCIA

227 228 229 230
config TRIZEPS_PCMCIA
	bool
	help
	  Enable PCMCIA support for Trizeps modules
231

232 233
config MACH_LOGICPD_PXA270
	bool "LogicPD PXA270 Card Engine Development Platform"
234
	select PXA27x
235
	select HAVE_PWM
236

237 238
config MACH_PCM027
	bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
239
	select PXA27x
240
	select IWMMXT
241

242 243 244 245
config MACH_PCM990_BASEBOARD
	bool "PHYTEC PCM-990 development board"
	select HAVE_PWM
	depends on MACH_PCM027
246

247 248 249
choice
	prompt "display on pcm990"
	depends on MACH_PCM990_BASEBOARD
250

251 252
config PCM990_DISPLAY_SHARP
	bool "sharp lq084v1dg21 stn display"
E
eric miao 已提交
253

254 255
config PCM990_DISPLAY_NEC
	bool "nec nl6448bc20_18d tft display"
256

257 258
config PCM990_DISPLAY_NONE
	bool "no display"
259

260
endchoice
261

262 263
config MACH_COLIBRI
	bool "Toradex Colibri PXA270"
264 265
	select PXA27x

266 267 268 269 270 271
config MACH_COLIBRI_PXA270_INCOME
	bool "Income s.r.o. PXA270 SBC"
	depends on MACH_COLIBRI
	select PXA27x
	select HAVE_PWM

272 273
config MACH_COLIBRI300
	bool "Toradex Colibri PXA300/310"
274 275
	select PXA3xx
	select CPU_PXA300
276
	select CPU_PXA310
277

278 279 280 281 282
config MACH_COLIBRI320
	bool "Toradex Colibri PXA320"
	select PXA3xx
	select CPU_PXA320

M
Marek Vasut 已提交
283
config MACH_COLIBRI_EVALBOARD
284 285 286
	bool "Toradex Colibri Evaluation Carrier Board support"
	depends on MACH_COLIBRI || MACH_COLIBRI300 || MACH_COLIBRI320

287 288 289
config MACH_VPAC270
	bool "Voipac PXA270"
	select PXA27x
M
Marek Vasut 已提交
290
	select HAVE_PATA_PLATFORM
291 292 293
	help
	  PXA270 based Single Board Computer.

294 295
comment "End-user Products (sorted by vendor name)"

296 297 298 299 300 301
config MACH_H4700
	bool "HP iPAQ hx4700"
	select PXA27x
	select IWMMXT
	select HAVE_PWM

302 303 304 305 306 307 308 309
config MACH_H5000
	bool "HP iPAQ h5000"
	select PXA25x

config MACH_HIMALAYA
	bool "HTC Himalaya Support"
	select CPU_PXA26x

310 311 312 313
config MACH_MAGICIAN
	bool "Enable HTC Magician Support"
	select PXA27x
	select IWMMXT
314
	select HAVE_PWM
315

316 317 318 319 320 321 322 323 324 325
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.
326

327 328
config PXA_EZX
	bool "Motorola EZX Platform"
329 330
	select PXA27x
	select IWMMXT
331
	select HAVE_PWM
332

333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
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

config MACH_MP900C
	bool "Nec Mobilepro 900/c"
	select PXA25x

367 368 369 370
config ARCH_PXA_PALM
	bool "PXA based Palm PDAs"
	select HAVE_PWM

M
Marek Vasut 已提交
371 372 373
config MACH_PALM27X
	bool

374 375 376 377 378 379 380 381 382
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.

383 384 385 386 387 388 389 390 391
config MACH_PALMTC
	bool "Palm Tungsten|C"
	default y
	depends on ARCH_PXA_PALM
	select PXA25x
	help
	  Say Y here if you intend to run this kernel on a Palm Tungsten|C
	  handheld computer.

M
Marek Vasut 已提交
392 393 394 395 396 397
config MACH_PALMT5
	bool "Palm Tungsten|T5"
	default y
	depends on ARCH_PXA_PALM
	select PXA27x
	select IWMMXT
398
	select MACH_PALM27X
M
Marek Vasut 已提交
399 400 401 402
	help
	  Say Y here if you intend to run this kernel on a Palm Tungsten|T5
	  handheld computer.

403 404 405 406 407 408
config MACH_PALMTX
	bool "Palm T|X"
	default y
	depends on ARCH_PXA_PALM
	select PXA27x
	select IWMMXT
409
	select MACH_PALM27X
410 411 412 413
	help
	  Say Y here if you intend to run this kernel on a Palm T|X
	  handheld computer.

414 415 416 417 418 419
config MACH_PALMZ72
	bool "Palm Zire 72"
	default y
	depends on ARCH_PXA_PALM
	select PXA27x
	select IWMMXT
420
	select MACH_PALM27X
421 422 423
	help
	  Say Y here if you intend to run this kernel on Palm Zire 72
	  handheld computer.
M
Marek Vasut 已提交
424

425 426 427 428 429 430
config MACH_PALMLD
	bool "Palm LifeDrive"
	default y
	depends on ARCH_PXA_PALM
	select PXA27x
	select IWMMXT
431
	select MACH_PALM27X
432 433 434 435
	help
	  Say Y here if you intend to run this kernel on a Palm LifeDrive
	  handheld computer.

436 437 438 439
config PALM_TREO
	bool
	depends on ARCH_PXA_PALM

440 441 442 443
config MACH_CENTRO
	bool "Palm Centro 685 (GSM)"
	default y
	depends on ARCH_PXA_PALM
444
	select MACH_PALM27X
445 446 447 448 449 450 451
	select PXA27x
	select IWMMXT
	select PALM_TREO
	help
	  Say Y here if you intend to run this kernel on Palm Centro 685 (GSM)
	  smartphone.

452 453 454 455
config MACH_TREO680
	bool "Palm Treo 680"
	default y
	depends on ARCH_PXA_PALM
456
	select MACH_PALM27X
457 458
	select PXA27x
	select IWMMXT
459
	select PALM_TREO
460 461 462 463
	help
	  Say Y here if you intend to run this kernel on Palm Treo 680
	  smartphone.

464 465 466 467
config MACH_RAUMFELD_RC
	bool "Raumfeld Controller"
	select PXA3xx
	select CPU_PXA300
468
	select POWER_SUPPLY
469 470 471 472
	select HAVE_PWM

config MACH_RAUMFELD_CONNECTOR
	bool "Raumfeld Connector"
473
	select POWER_SUPPLY
474 475 476 477 478
	select PXA3xx
	select CPU_PXA300

config MACH_RAUMFELD_SPEAKER
	bool "Raumfeld Speaker"
479
	select POWER_SUPPLY
480 481 482
	select PXA3xx
	select CPU_PXA300

483 484 485 486
config PXA_SHARPSL
	bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
	select SHARP_SCOOP
	select SHARP_PARAM
M
Marek Vasut 已提交
487
	help
488 489 490 491
	  Say Y here if you intend to run this kernel on a
	  Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
	  SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
	  SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
M
Marek Vasut 已提交
492
	  handheld computer.
493

494 495 496 497 498 499 500 501
config PXA_SHARPSL_DETECT_MACH_ID
	bool "Detect machine ID at run-time in the decompressor"
	depends on PXA_SHARPSL
	help
	  Say Y here if you want the zImage decompressor to detect
	  the Zaurus machine ID at run-time. For latest kexec-based
	  boot loader, this is not necessary.

502 503 504 505 506
config MACH_POODLE
	bool "Enable Sharp SL-5600 (Poodle) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select SHARP_LOCOMO
507

508 509 510 511 512
config MACH_CORGI
	bool "Enable Sharp SL-C700 (Corgi) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx
513

514 515 516 517 518
config MACH_SHEPHERD
	bool "Enable Sharp SL-C750 (Shepherd) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx
519

520 521 522 523 524
config MACH_HUSKY
	bool "Enable Sharp SL-C760 (Husky) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx
525

526 527 528
config MACH_AKITA
	bool "Enable Sharp SL-1000 (Akita) Support"
	depends on PXA_SHARPSL
529
	select PXA27x
530 531 532 533
	select PXA_SHARP_Cxx00
	select MACH_SPITZ
	select I2C
	select I2C_PXA
534

535 536 537 538 539
config MACH_SPITZ
	bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
	depends on PXA_SHARPSL
	select PXA27x
	select PXA_SHARP_Cxx00
540

541 542 543
config MACH_BORZOI
	bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
	depends on PXA_SHARPSL
544
	select PXA27x
545 546 547 548 549 550
	select PXA_SHARP_Cxx00

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

552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570
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.

config TOSA_USE_EXT_KEYCODES
	bool "Tosa keyboard: use extended keycodes"
	depends on MACH_TOSA
	default n
	help
	  Say Y here to enable the tosa keyboard driver to generate extended
	  (>= 127) keycodes. Be aware, that they can't be correctly interpreted
	  by either console keyboard driver or by Kdrive keybd driver.

	  Say Y only if you know, what you are doing!

571 572 573 574 575
config MACH_ICONTROL
	bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM"
	select CPU_PXA320
	select PXA3xx

576 577 578
config ARCH_PXA_ESERIES
	bool "PXA based Toshiba e-series PDAs"
	select PXA25x
579
	select FB_W100
580

581 582
config MACH_E330
	bool "Toshiba e330"
583
	default y
584 585 586 587
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e330 family PDA.
588

589 590
config MACH_E350
	bool "Toshiba e350"
591
	default y
592 593 594 595
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e350 family PDA.
596

597 598
config MACH_E740
	bool "Toshiba e740"
599
	default y
600 601 602 603
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e740 family PDA.
604

605 606
config MACH_E750
	bool "Toshiba e750"
607
	default y
608 609 610 611
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e750 family PDA.
612

613 614
config MACH_E400
	bool "Toshiba e400"
615
	default y
616 617 618 619
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e400 family PDA.
620

621 622 623 624
config MACH_E800
	bool "Toshiba e800"
	default y
	depends on ARCH_PXA_ESERIES
625
	help
626 627
	  Say Y here if you intend to run this kernel on a Toshiba
	  e800 family PDA.
628

629 630 631 632
config MACH_ZIPIT2
	bool "Zipit Z2 Handheld"
	select PXA27x
	select HAVE_PWM
633
endif
L
Linus Torvalds 已提交
634 635 636 637
endmenu

config PXA25x
	bool
638
	select CPU_XSCALE
L
Linus Torvalds 已提交
639 640 641 642 643
	help
	  Select code specific to PXA21x/25x/26x variants

config PXA27x
	bool
644
	select CPU_XSCALE
L
Linus Torvalds 已提交
645 646 647
	help
	  Select code specific to PXA27x variants

648 649 650 651 652 653
config CPU_PXA26x
	bool
	select PXA25x
	help
	  Select code specific to PXA26x (codename Dalhart)

E
eric miao 已提交
654 655
config PXA3xx
	bool
656
	select CPU_XSC3
E
eric miao 已提交
657 658 659
	help
	  Select code specific to PXA3xx variants

660 661 662 663 664 665 666 667 668
config CPU_PXA300
	bool
	select PXA3xx
	help
	  PXA300 (codename Monahans-L)

config CPU_PXA310
	bool
	select CPU_PXA300
669
	select PXA310_ULPI if USB_ULPI
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690
	help
	  PXA310 (codename Monahans-LV)

config CPU_PXA320
	bool
	select PXA3xx
	help
	  PXA320 (codename Monahans-P)

config CPU_PXA930
	bool
	select PXA3xx
	help
	  PXA930 (codename Tavor-P)

config CPU_PXA935
	bool
	select CPU_PXA930
	help
	  PXA935 (codename Tavor-P65)

H
Haojian Zhuang 已提交
691
config PXA95x
692
	bool
H
Haojian Zhuang 已提交
693 694 695 696 697 698 699
	select CPU_PJ4
	help
	  Select code specific to PXA95x variants

config CPU_PXA955
	bool
	select PXA95x
700
	help
H
Haojian Zhuang 已提交
701
	  PXA950 (codename MG1)
702

L
Linus Torvalds 已提交
703 704
config PXA_SHARP_C7xx
	bool
705
	select SHARPSL_PM
L
Linus Torvalds 已提交
706 707 708
	help
	  Enable support for all Sharp C7xx models

709 710
config PXA_SHARP_Cxx00
	bool
711
	select SHARPSL_PM
712 713 714
	help
	  Enable common support for Sharp Cxx00 models

715 716 717 718
config SHARPSL_PM
	bool
	select APM_EMULATION
	select SHARPSL_PM_MAX1111
719

720 721 722
config SHARPSL_PM_MAX1111
	bool
	select HWMON
A
Arnd Bergmann 已提交
723 724
	select SPI
	select SPI_MASTER
725
	select SENSORS_MAX1111
726

727 728 729
config PXA_HAVE_ISA_IRQS
	bool

730 731 732
config PXA310_ULPI
	bool

L
Linus Torvalds 已提交
733
endif