Kconfig 13.5 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds's avatar
Linus Torvalds committed
2 3
if ARCH_PXA

eric miao's avatar
eric miao committed
4 5
menu "Intel PXA2xx/PXA3xx Implementations"

6
comment "Intel/Marvell Dev Platforms (sorted by hardware release time)"
7

8 9 10 11 12 13 14 15 16 17 18
config MACH_PXA25X_DT
	bool "Support PXA25x platforms from device tree"
	select PINCTRL
	select POWER_SUPPLY
	select PXA25x
	select USE_OF
	help
	  Include support for Marvell PXA25x based platforms using
	  the device tree. Needn't select any other machine while
	  MACH_PXA25x_DT is enabled.

19 20
config MACH_PXA27X_DT
	bool "Support PXA27x platforms from device tree"
21
	select PINCTRL
22 23 24 25 26 27 28 29
	select POWER_SUPPLY
	select PXA27x
	select USE_OF
	help
	  Include support for Marvell PXA27x based platforms using
	  the device tree. Needn't select any other machine while
	  MACH_PXA27X_DT is enabled.

30 31 32
config MACH_PXA3XX_DT
	bool "Support PXA3xx platforms from device tree"
	select CPU_PXA300
33
	select PINCTRL
34 35
	select POWER_SUPPLY
	select PXA3xx
36 37 38 39 40 41
	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.

Linus Torvalds's avatar
Linus Torvalds committed
42
config ARCH_LUBBOCK
43
	bool "Intel DBPXA250 Development Platform (aka Lubbock)"
44
	select GPIO_REG
Linus Torvalds's avatar
Linus Torvalds committed
45 46 47
	select PXA25x
	select SA1111

48 49
config MACH_MAINSTONE
	bool "Intel HCDDBBVA0 Development Platform (aka Mainstone)"
50
	select GPIO_REG
51
	select PXA27x
52

53
config MACH_ZYLONITE
54
	bool
55
	select PXA3xx
Linus Torvalds's avatar
Linus Torvalds committed
56

57 58 59 60 61 62 63 64 65 66 67
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

68 69
config MACH_LITTLETON
	bool "PXA3xx Form Factor Platform (aka Littleton)"
70 71
	select CPU_PXA300
	select CPU_PXA310
72
	select PXA3xx
73 74 75 76

config MACH_TAVOREVB
	bool "PXA930 Evaluation Board (aka TavorEVB)"
	select CPU_PXA930
77
	select CPU_PXA935
78
	select PXA3xx
79 80
	select FB
	select FB_PXA
81 82 83 84

config MACH_SAAR
	bool "PXA930 Handheld Platform (aka SAAR)"
	select CPU_PXA930
85
	select CPU_PXA935
86
	select PXA3xx
87 88
	select FB
	select FB_PXA
89 90 91 92 93

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

config ARCH_PXA_IDP
	bool "Accelent Xscale IDP"
94
	select PXA25x
Linus Torvalds's avatar
Linus Torvalds committed
95

96 97
config ARCH_VIPER
	bool "Arcom/Eurotech VIPER SBC"
98
	select ARCOM_PCMCIA
99
	select I2C_GPIO if I2C=y
100 101
	select ISA
	select PXA25x
102

103 104
config MACH_ARCOM_ZEUS
	bool "Arcom/Eurotech ZEUS SBC"
105
	select ARCOM_PCMCIA
106
	select ISA
107
	select PXA27x
108

109 110 111
config MACH_BALLOON3
	bool "Balloon 3 board"
	select IWMMXT
112
	select PXA27x
113

114 115 116
config MACH_CSB726
	bool "Enable Cogent CSB726 System On a Module"
	select IWMMXT
117
	select PXA27x
Linus Torvalds's avatar
Linus Torvalds committed
118
	help
119 120
	  Say Y here if you intend to run this kernel on a Cogent
	  CSB726 System On Module.
121

122 123 124
config CSB726_CSB701
	bool "Enable support for CSB701 baseboard"
	depends on MACH_CSB726
125

126 127 128
config MACH_CM_X300
	bool "CompuLab CM-X300 modules"
	select CPU_PXA300
129
	select CPU_PXA310
130
	select PXA3xx
131

132 133 134 135 136
config MACH_CAPC7117
	bool "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM"
	select CPU_PXA320
	select PXA3xx

137 138
config ARCH_GUMSTIX
	bool "Gumstix XScale 255 boards"
139
	select PXA25x
140 141 142
	help
	  Say Y here if you intend to run this kernel on
	  Basix, Connex, ws-200ax, ws-400ax systems
143

144 145 146
choice
	prompt "Gumstix Carrier/Expansion Board"
	depends on ARCH_GUMSTIX
147

148 149
config GUMSTIX_AM200EPD
	bool "Enable AM200EPD board support"
150

151 152
config GUMSTIX_AM300EPD
	bool "Enable AM300EPD board support"
Ian Molton's avatar
Ian Molton committed
153

154
endchoice
155

156 157 158 159
config MACH_XCEP
	bool "Iskratel Electronics XCEP"
	select MTD
	select MTD_CFI
160 161 162
	select MTD_CFI_INTELEXT
	select MTD_PHYSMAP
	select PXA25x
163
	help
164 165
	  PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
	  Tuned for usage in Libera instruments for particle accelerators.
166

167 168 169
config TRIZEPS_PXA
	bool "PXA based Keith und Koep Trizeps DIMM-Modules"

170 171
config MACH_TRIZEPS4
	bool "Keith und Koep Trizeps4 DIMM-Module"
172
	depends on TRIZEPS_PXA
173
	select PXA27x
174
	select TRIZEPS_PCMCIA
175

176 177 178
config MACH_TRIZEPS4WL
	bool "Keith und Koep Trizeps4-WL DIMM-Module"
	depends on TRIZEPS_PXA
179
	select MACH_TRIZEPS4
180
	select PXA27x
181
	select TRIZEPS_PCMCIA
182 183 184 185

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

187
config MACH_TRIZEPS_CONXS
188
	bool "ConXS Eval Board"
189 190 191 192 193 194 195 196 197

config MACH_TRIZEPS_UCONXS
	bool "uConXS Eval Board"

config MACH_TRIZEPS_ANY
	bool "another Board"

endchoice

198 199 200 201 202
config ARCOM_PCMCIA
	bool
	help
	  Generic option for Arcom Viper/Zeus PCMCIA

203 204 205 206
config TRIZEPS_PCMCIA
	bool
	help
	  Enable PCMCIA support for Trizeps modules
207

208 209
config MACH_LOGICPD_PXA270
	bool "LogicPD PXA270 Card Engine Development Platform"
210
	select PXA27x
211

212 213 214
config MACH_PCM027
	bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
	select IWMMXT
215
	select PXA27x
216

217 218 219
config MACH_PCM990_BASEBOARD
	bool "PHYTEC PCM-990 development board"
	depends on MACH_PCM027
220

221 222 223
choice
	prompt "display on pcm990"
	depends on MACH_PCM990_BASEBOARD
224

225 226
config PCM990_DISPLAY_SHARP
	bool "sharp lq084v1dg21 stn display"
eric miao's avatar
eric miao committed
227

228 229
config PCM990_DISPLAY_NEC
	bool "nec nl6448bc20_18d tft display"
230

231 232
config PCM990_DISPLAY_NONE
	bool "no display"
233

234
endchoice
235

236 237
config MACH_COLIBRI
	bool "Toradex Colibri PXA270"
238 239
	select PXA27x

240 241 242
config MACH_COLIBRI_PXA270_INCOME
	bool "Income s.r.o. PXA270 SBC"
	depends on MACH_COLIBRI
243
	select PXA27x
244

245 246
config MACH_COLIBRI300
	bool "Toradex Colibri PXA300/310"
247
	select CPU_PXA300
248
	select CPU_PXA310
249
	select PXA3xx
250

251 252 253
config MACH_COLIBRI320
	bool "Toradex Colibri PXA320"
	select CPU_PXA320
254
	select PXA3xx
255

256
config MACH_COLIBRI_EVALBOARD
257 258 259
	bool "Toradex Colibri Evaluation Carrier Board support"
	depends on MACH_COLIBRI || MACH_COLIBRI300 || MACH_COLIBRI320

260 261
config MACH_VPAC270
	bool "Voipac PXA270"
262
	select HAVE_PATA_PLATFORM
263
	select PXA27x
264 265 266
	help
	  PXA270 based Single Board Computer.

267 268
comment "End-user Products (sorted by vendor name)"

269 270
config MACH_H4700
	bool "HP iPAQ hx4700"
271 272
	select IWMMXT
	select PXA27x
273

274 275 276 277 278 279 280 281
config MACH_H5000
	bool "HP iPAQ h5000"
	select PXA25x

config MACH_HIMALAYA
	bool "HTC Himalaya Support"
	select CPU_PXA26x

282 283
config MACH_MAGICIAN
	bool "Enable HTC Magician Support"
284 285
	select IWMMXT
	select PXA27x
286

287 288
config MACH_MIOA701
	bool "Mitac Mio A701 Support"
289 290
	select IWMMXT
	select PXA27x
291 292 293 294
	help
	  Say Y here if you intend to run this kernel on a
	  MIO A701. Currently there is only basic support
	  for this PDA.
295

296 297
config PXA_EZX
	bool "Motorola EZX Platform"
298 299
	select IWMMXT
	select PXA27x
300

301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
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

335 336 337
config ARCH_PXA_PALM
	bool "PXA based Palm PDAs"

338 339 340
config MACH_PALM27X
	bool

341 342 343 344 345 346 347 348 349
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.

350 351 352 353 354 355 356 357 358
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.

359 360 361 362 363
config MACH_PALMT5
	bool "Palm Tungsten|T5"
	default y
	depends on ARCH_PXA_PALM
	select IWMMXT
364
	select MACH_PALM27X
365
	select PXA27x
366 367 368 369
	help
	  Say Y here if you intend to run this kernel on a Palm Tungsten|T5
	  handheld computer.

370 371 372 373 374
config MACH_PALMTX
	bool "Palm T|X"
	default y
	depends on ARCH_PXA_PALM
	select IWMMXT
375
	select MACH_PALM27X
376
	select PXA27x
377 378 379 380
	help
	  Say Y here if you intend to run this kernel on a Palm T|X
	  handheld computer.

381 382 383 384 385
config MACH_PALMZ72
	bool "Palm Zire 72"
	default y
	depends on ARCH_PXA_PALM
	select IWMMXT
386
	select MACH_PALM27X
387
	select PXA27x
388 389 390
	help
	  Say Y here if you intend to run this kernel on Palm Zire 72
	  handheld computer.
391

392 393 394 395 396
config MACH_PALMLD
	bool "Palm LifeDrive"
	default y
	depends on ARCH_PXA_PALM
	select IWMMXT
397
	select MACH_PALM27X
398
	select PXA27x
399 400 401 402
	help
	  Say Y here if you intend to run this kernel on a Palm LifeDrive
	  handheld computer.

403 404 405 406
config PALM_TREO
	bool
	depends on ARCH_PXA_PALM

407 408 409 410 411
config MACH_CENTRO
	bool "Palm Centro 685 (GSM)"
	default y
	depends on ARCH_PXA_PALM
	select IWMMXT
412
	select MACH_PALM27X
413
	select PALM_TREO
414
	select PXA27x
415 416 417 418
	help
	  Say Y here if you intend to run this kernel on Palm Centro 685 (GSM)
	  smartphone.

419 420 421 422 423
config MACH_TREO680
	bool "Palm Treo 680"
	default y
	depends on ARCH_PXA_PALM
	select IWMMXT
424
	select MACH_PALM27X
425
	select PALM_TREO
426
	select PXA27x
427 428 429 430
	help
	  Say Y here if you intend to run this kernel on Palm Treo 680
	  smartphone.

431 432 433
config PXA_SHARPSL
	bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
	select SHARP_PARAM
434
	select SHARP_SCOOP
435
	help
436 437 438 439
	  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)
440
	  handheld computer.
441

442 443 444 445 446 447 448 449
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.

450 451 452 453 454
config MACH_POODLE
	bool "Enable Sharp SL-5600 (Poodle) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select SHARP_LOCOMO
455

456 457 458 459 460
config MACH_CORGI
	bool "Enable Sharp SL-C700 (Corgi) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx
461

462 463 464 465 466
config MACH_SHEPHERD
	bool "Enable Sharp SL-C750 (Shepherd) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx
467

468 469 470 471 472
config MACH_HUSKY
	bool "Enable Sharp SL-C760 (Husky) Support"
	depends on PXA_SHARPSL
	select PXA25x
	select PXA_SHARP_C7xx
473

474 475 476 477 478
config MACH_AKITA
	bool "Enable Sharp SL-1000 (Akita) Support"
	depends on PXA_SHARPSL
	select I2C
	select I2C_PXA
479 480 481
	select MACH_SPITZ
	select PXA27x
	select PXA_SHARP_Cxx00
482

483 484 485 486 487
config MACH_SPITZ
	bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
	depends on PXA_SHARPSL
	select PXA27x
	select PXA_SHARP_Cxx00
488

489 490 491
config MACH_BORZOI
	bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
	depends on PXA_SHARPSL
492
	select PXA27x
493 494 495 496 497 498
	select PXA_SHARP_Cxx00

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

500 501
config TOSA_BT
	tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
502
	depends on MACH_TOSA && NET
503 504 505 506 507 508 509 510 511 512 513 514 515 516 517
	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
	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!

518 519 520 521 522
config MACH_ICONTROL
	bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM"
	select CPU_PXA320
	select PXA3xx

523 524
config ARCH_PXA_ESERIES
	bool "PXA based Toshiba e-series PDAs"
525
	select FB_W100
526
	select FB
527
	select PXA25x
528

529 530
config MACH_E330
	bool "Toshiba e330"
531
	default y
532 533 534 535
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e330 family PDA.
536

537 538
config MACH_E350
	bool "Toshiba e350"
539
	default y
540 541 542 543
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e350 family PDA.
544

545 546
config MACH_E740
	bool "Toshiba e740"
547
	default y
548 549 550 551
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e740 family PDA.
552

553 554
config MACH_E750
	bool "Toshiba e750"
555
	default y
556 557 558 559
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e750 family PDA.
560

561 562
config MACH_E400
	bool "Toshiba e400"
563
	default y
564 565 566 567
	depends on ARCH_PXA_ESERIES
	help
	  Say Y here if you intend to run this kernel on a Toshiba
	  e400 family PDA.
568

569 570 571 572
config MACH_E800
	bool "Toshiba e800"
	default y
	depends on ARCH_PXA_ESERIES
573
	help
574 575
	  Say Y here if you intend to run this kernel on a Toshiba
	  e800 family PDA.
576

577 578
config MACH_ZIPIT2
	bool "Zipit Z2 Handheld"
579
	select PXA27x
Linus Torvalds's avatar
Linus Torvalds committed
580 581 582 583
endmenu

config PXA25x
	bool
584
	select CPU_XSCALE
Linus Torvalds's avatar
Linus Torvalds committed
585 586 587 588 589
	help
	  Select code specific to PXA21x/25x/26x variants

config PXA27x
	bool
590
	select CPU_XSCALE
Linus Torvalds's avatar
Linus Torvalds committed
591 592 593
	help
	  Select code specific to PXA27x variants

594 595 596 597 598 599
config CPU_PXA26x
	bool
	select PXA25x
	help
	  Select code specific to PXA26x (codename Dalhart)

eric miao's avatar
eric miao committed
600 601
config PXA3xx
	bool
602
	select CPU_XSC3
eric miao's avatar
eric miao committed
603 604 605
	help
	  Select code specific to PXA3xx variants

606 607 608 609 610 611 612 613 614
config CPU_PXA300
	bool
	select PXA3xx
	help
	  PXA300 (codename Monahans-L)

config CPU_PXA310
	bool
	select CPU_PXA300
615
	select PXA310_ULPI if USB_ULPI
616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636
	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)

Linus Torvalds's avatar
Linus Torvalds committed
637 638
config PXA_SHARP_C7xx
	bool
639
	select SHARPSL_PM
Linus Torvalds's avatar
Linus Torvalds committed
640 641 642
	help
	  Enable support for all Sharp C7xx models

643 644
config PXA_SHARP_Cxx00
	bool
645
	select SHARPSL_PM
646 647 648
	help
	  Enable common support for Sharp Cxx00 models

649 650 651 652
config SHARPSL_PM
	bool
	select APM_EMULATION
	select SHARPSL_PM_MAX1111
653

654 655 656
config SHARPSL_PM_MAX1111
	bool
	select HWMON
657
	select SENSORS_MAX1111
Arnd Bergmann's avatar
Arnd Bergmann committed
658 659
	select SPI
	select SPI_MASTER
660

661 662 663
config PXA310_ULPI
	bool

664 665 666 667 668 669 670 671 672
config PXA_SYSTEMS_CPLDS
	tristate "Motherboard cplds"
	default ARCH_LUBBOCK || MACH_MAINSTONE
	help
	  This driver supports the Lubbock and Mainstone multifunction chip
	  found on the pxa25x development platform system (Lubbock) and pxa27x
	  development platform system (Mainstone). This IO board supports the
	  interrupts handling, ethernet controller, flash chips, etc ...

Linus Torvalds's avatar
Linus Torvalds committed
673
endif