Kconfig (e18d7af85296cb6999aae171e8a9f8612bea5ae0) | Kconfig (3332b0c17969d91d8868d2d003e685c420d84262) |
---|---|
1if ARCH_PXA 2 3menu "Intel PXA2xx/PXA3xx Implementations" 4 5if PXA3xx 6 7menu "Supported PXA3xx Processor Variants" 8 --- 5 unchanged lines hidden (view full) --- 14 select CPU_PXA300 15 16config CPU_PXA320 17 bool "PXA320 (codename Monahans-P)" 18 19config CPU_PXA930 20 bool "PXA930 (codename Tavor-P)" 21 | 1if ARCH_PXA 2 3menu "Intel PXA2xx/PXA3xx Implementations" 4 5if PXA3xx 6 7menu "Supported PXA3xx Processor Variants" 8 --- 5 unchanged lines hidden (view full) --- 14 select CPU_PXA300 15 16config CPU_PXA320 17 bool "PXA320 (codename Monahans-P)" 18 19config CPU_PXA930 20 bool "PXA930 (codename Tavor-P)" 21 |
22config CPU_PXA935 23 bool "PXA935 (codename Tavor-P65)" 24 |
|
22endmenu 23 24endif 25 26config ARCH_GUMSTIX | 25endmenu 26 27endif 28 29config ARCH_GUMSTIX |
27 bool "Gumstix XScale boards" | 30 bool "Gumstix XScale 255 boards" 31 select PXA25x |
28 help | 32 help |
29 Say Y here if you intend to run this kernel on a 30 Gumstix Full Function Minature Computer. | 33 Say Y here if you intend to run this kernel on 34 Basix, Connex, ws-200ax, ws-400ax systems |
31 | 35 |
32config MACH_GUMSTIX_F 33 bool "Basix, Connex, ws-200ax, ws-400ax systems" | 36choice 37 prompt "Gumstix Carrier/Expansion Board" |
34 depends on ARCH_GUMSTIX | 38 depends on ARCH_GUMSTIX |
35 select PXA25x | |
36 | 39 |
40config GUMSTIX_AM200EPD 41 bool "Enable AM200EPD board support" 42 43endchoice 44 |
|
37config ARCH_LUBBOCK 38 bool "Intel DBPXA250 Development Platform" 39 select PXA25x 40 select SA1111 41 select PXA_HAVE_BOARD_IRQS 42 43config MACH_LOGICPD_PXA270 44 bool "LogicPD PXA270 Card Engine Development Platform" --- 149 unchanged lines hidden (view full) --- 194 select FB_W100 195 help 196 Say Y here if you intend to run this kernel on a Toshiba 197 e800 family PDA. 198 199config TRIZEPS_PXA 200 bool "PXA based Keith und Koep Trizeps DIMM-Modules" 201 | 45config ARCH_LUBBOCK 46 bool "Intel DBPXA250 Development Platform" 47 select PXA25x 48 select SA1111 49 select PXA_HAVE_BOARD_IRQS 50 51config MACH_LOGICPD_PXA270 52 bool "LogicPD PXA270 Card Engine Development Platform" --- 149 unchanged lines hidden (view full) --- 202 select FB_W100 203 help 204 Say Y here if you intend to run this kernel on a Toshiba 205 e800 family PDA. 206 207config TRIZEPS_PXA 208 bool "PXA based Keith und Koep Trizeps DIMM-Modules" 209 |
210config MACH_H5000 211 bool "HP iPAQ h5000" 212 select PXA25x 213 |
|
202config MACH_TRIZEPS4 203 bool "Keith und Koep Trizeps4 DIMM-Module" 204 depends on TRIZEPS_PXA 205 select TRIZEPS_PCMCIA 206 select PXA27x 207 208config MACH_TRIZEPS4WL 209 bool "Keith und Koep Trizeps4-WL DIMM-Module" --- 68 unchanged lines hidden (view full) --- 278 select PXA27x 279 select IWMMXT 280 select PXA_HAVE_BOARD_IRQS 281 282config MACH_MIOA701 283 bool "Mitac Mio A701 Support" 284 select PXA27x 285 select IWMMXT | 214config MACH_TRIZEPS4 215 bool "Keith und Koep Trizeps4 DIMM-Module" 216 depends on TRIZEPS_PXA 217 select TRIZEPS_PCMCIA 218 select PXA27x 219 220config MACH_TRIZEPS4WL 221 bool "Keith und Koep Trizeps4-WL DIMM-Module" --- 68 unchanged lines hidden (view full) --- 290 select PXA27x 291 select IWMMXT 292 select PXA_HAVE_BOARD_IRQS 293 294config MACH_MIOA701 295 bool "Mitac Mio A701 Support" 296 select PXA27x 297 select IWMMXT |
286 select LEDS_GPIO | |
287 select HAVE_PWM 288 select GPIO_SYSFS 289 help 290 Say Y here if you intend to run this kernel on a 291 MIO A701. Currently there is only basic support 292 for this PDA. 293 294config MACH_PCM027 --- 42 unchanged lines hidden (view full) --- 337config PCM990_DISPLAY_NEC 338 bool "nec nl6448bc20_18d tft display" 339 340config PCM990_DISPLAY_NONE 341 bool "no display" 342 343endchoice 344 | 298 select HAVE_PWM 299 select GPIO_SYSFS 300 help 301 Say Y here if you intend to run this kernel on a 302 MIO A701. Currently there is only basic support 303 for this PDA. 304 305config MACH_PCM027 --- 42 unchanged lines hidden (view full) --- 348config PCM990_DISPLAY_NEC 349 bool "nec nl6448bc20_18d tft display" 350 351config PCM990_DISPLAY_NONE 352 bool "no display" 353 354endchoice 355 |
345config MACH_AM200EPD 346 depends on MACH_GUMSTIX_F 347 bool "Enable AM200EPD board support" 348 | |
349config PXA_EZX 350 bool "Motorola EZX Platform" 351 select PXA27x 352 select IWMMXT 353 select HAVE_PWM 354 355config MACH_EZX_A780 356 bool "Motorola EZX A780" --- 32 unchanged lines hidden (view full) --- 389 help 390 Select code specific to PXA21x/25x/26x variants 391 392config PXA27x 393 bool 394 help 395 Select code specific to PXA27x variants 396 | 356config PXA_EZX 357 bool "Motorola EZX Platform" 358 select PXA27x 359 select IWMMXT 360 select HAVE_PWM 361 362config MACH_EZX_A780 363 bool "Motorola EZX A780" --- 32 unchanged lines hidden (view full) --- 396 help 397 Select code specific to PXA21x/25x/26x variants 398 399config PXA27x 400 bool 401 help 402 Select code specific to PXA27x variants 403 |
404config CPU_PXA26x 405 bool 406 select PXA25x 407 help 408 Select code specific to PXA26x (codename Dalhart) 409 |
|
397config PXA3xx 398 bool 399 help 400 Select code specific to PXA3xx variants 401 402config PXA_SHARP_C7xx 403 bool 404 select PXA_SSP --- 37 unchanged lines hidden --- | 410config PXA3xx 411 bool 412 help 413 Select code specific to PXA3xx variants 414 415config PXA_SHARP_C7xx 416 bool 417 select PXA_SSP --- 37 unchanged lines hidden --- |