Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. if ARCH_PXA
  2. menu "Intel PXA2xx/PXA3xx Implementations"
  3. comment "Intel/Marvell Dev Platforms (sorted by hardware release time)"
  4. config MACH_PXA25X_DT
  5. bool "Support PXA25x platforms from device tree"
  6. select PINCTRL
  7. select POWER_SUPPLY
  8. select PXA25x
  9. select USE_OF
  10. help
  11. Include support for Marvell PXA25x based platforms using
  12. the device tree. Needn't select any other machine while
  13. MACH_PXA25x_DT is enabled.
  14. config MACH_PXA27X_DT
  15. bool "Support PXA27x platforms from device tree"
  16. select PINCTRL
  17. select POWER_SUPPLY
  18. select PXA27x
  19. select USE_OF
  20. help
  21. Include support for Marvell PXA27x based platforms using
  22. the device tree. Needn't select any other machine while
  23. MACH_PXA27X_DT is enabled.
  24. config MACH_PXA3XX_DT
  25. bool "Support PXA3xx platforms from device tree"
  26. select CPU_PXA300
  27. select PINCTRL
  28. select POWER_SUPPLY
  29. select PXA3xx
  30. select USE_OF
  31. help
  32. Include support for Marvell PXA3xx based platforms using
  33. the device tree. Needn't select any other machine while
  34. MACH_PXA3XX_DT is enabled.
  35. config ARCH_LUBBOCK
  36. bool "Intel DBPXA250 Development Platform (aka Lubbock)"
  37. select GPIO_REG
  38. select PXA25x
  39. select SA1111
  40. config MACH_MAINSTONE
  41. bool "Intel HCDDBBVA0 Development Platform (aka Mainstone)"
  42. select PXA27x
  43. config MACH_ZYLONITE
  44. bool
  45. select PXA3xx
  46. config MACH_ZYLONITE300
  47. bool "PXA3xx Development Platform (aka Zylonite) PXA300/310"
  48. select CPU_PXA300
  49. select CPU_PXA310
  50. select MACH_ZYLONITE
  51. config MACH_ZYLONITE320
  52. bool "PXA3xx Development Platform (aka Zylonite) PXA320"
  53. select CPU_PXA320
  54. select MACH_ZYLONITE
  55. config MACH_LITTLETON
  56. bool "PXA3xx Form Factor Platform (aka Littleton)"
  57. select CPU_PXA300
  58. select CPU_PXA310
  59. select PXA3xx
  60. config MACH_TAVOREVB
  61. bool "PXA930 Evaluation Board (aka TavorEVB)"
  62. select CPU_PXA930
  63. select CPU_PXA935
  64. select PXA3xx
  65. select FB
  66. select FB_PXA
  67. config MACH_SAAR
  68. bool "PXA930 Handheld Platform (aka SAAR)"
  69. select CPU_PXA930
  70. select CPU_PXA935
  71. select PXA3xx
  72. select FB
  73. select FB_PXA
  74. comment "Third Party Dev Platforms (sorted by vendor name)"
  75. config ARCH_PXA_IDP
  76. bool "Accelent Xscale IDP"
  77. select PXA25x
  78. config ARCH_VIPER
  79. bool "Arcom/Eurotech VIPER SBC"
  80. select ARCOM_PCMCIA
  81. select I2C_GPIO if I2C=y
  82. select ISA
  83. select PXA25x
  84. config MACH_ARCOM_ZEUS
  85. bool "Arcom/Eurotech ZEUS SBC"
  86. select ARCOM_PCMCIA
  87. select ISA
  88. select PXA27x
  89. config MACH_BALLOON3
  90. bool "Balloon 3 board"
  91. select IWMMXT
  92. select PXA27x
  93. config MACH_CSB726
  94. bool "Enable Cogent CSB726 System On a Module"
  95. select IWMMXT
  96. select PXA27x
  97. help
  98. Say Y here if you intend to run this kernel on a Cogent
  99. CSB726 System On Module.
  100. config CSB726_CSB701
  101. bool "Enable support for CSB701 baseboard"
  102. depends on MACH_CSB726
  103. config MACH_ARMCORE
  104. bool "CompuLab CM-X255/CM-X270 modules"
  105. select ARCH_HAS_DMA_SET_COHERENT_MASK if PCI
  106. select IWMMXT
  107. select MIGHT_HAVE_PCI
  108. select NEED_MACH_IO_H if PCI
  109. select PXA25x
  110. select PXA27x
  111. config MACH_EM_X270
  112. bool "CompuLab EM-x270 platform"
  113. select PXA27x
  114. config MACH_EXEDA
  115. bool "CompuLab eXeda platform"
  116. select PXA27x
  117. config MACH_CM_X300
  118. bool "CompuLab CM-X300 modules"
  119. select CPU_PXA300
  120. select CPU_PXA310
  121. select PXA3xx
  122. config MACH_CAPC7117
  123. bool "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM"
  124. select CPU_PXA320
  125. select PXA3xx
  126. config ARCH_GUMSTIX
  127. bool "Gumstix XScale 255 boards"
  128. select PXA25x
  129. help
  130. Say Y here if you intend to run this kernel on
  131. Basix, Connex, ws-200ax, ws-400ax systems
  132. choice
  133. prompt "Gumstix Carrier/Expansion Board"
  134. depends on ARCH_GUMSTIX
  135. config GUMSTIX_AM200EPD
  136. bool "Enable AM200EPD board support"
  137. config GUMSTIX_AM300EPD
  138. bool "Enable AM300EPD board support"
  139. endchoice
  140. config MACH_INTELMOTE2
  141. bool "Intel Mote 2 Platform"
  142. select IWMMXT
  143. select PXA27x
  144. config MACH_STARGATE2
  145. bool "Intel Stargate 2 Platform"
  146. select IWMMXT
  147. select PXA27x
  148. config MACH_XCEP
  149. bool "Iskratel Electronics XCEP"
  150. select MTD
  151. select MTD_CFI
  152. select MTD_CFI_INTELEXT
  153. select MTD_PHYSMAP
  154. select PXA25x
  155. help
  156. PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
  157. Tuned for usage in Libera instruments for particle accelerators.
  158. config TRIZEPS_PXA
  159. bool "PXA based Keith und Koep Trizeps DIMM-Modules"
  160. config MACH_TRIZEPS4
  161. bool "Keith und Koep Trizeps4 DIMM-Module"
  162. depends on TRIZEPS_PXA
  163. select PXA27x
  164. select TRIZEPS_PCMCIA
  165. config MACH_TRIZEPS4WL
  166. bool "Keith und Koep Trizeps4-WL DIMM-Module"
  167. depends on TRIZEPS_PXA
  168. select MACH_TRIZEPS4
  169. select PXA27x
  170. select TRIZEPS_PCMCIA
  171. choice
  172. prompt "Select base board for Trizeps module"
  173. depends on TRIZEPS_PXA
  174. config MACH_TRIZEPS_CONXS
  175. bool "ConXS Eval Board"
  176. config MACH_TRIZEPS_UCONXS
  177. bool "uConXS Eval Board"
  178. config MACH_TRIZEPS_ANY
  179. bool "another Board"
  180. endchoice
  181. config ARCOM_PCMCIA
  182. bool
  183. help
  184. Generic option for Arcom Viper/Zeus PCMCIA
  185. config TRIZEPS_PCMCIA
  186. bool
  187. help
  188. Enable PCMCIA support for Trizeps modules
  189. config MACH_LOGICPD_PXA270
  190. bool "LogicPD PXA270 Card Engine Development Platform"
  191. select PXA27x
  192. config MACH_PCM027
  193. bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
  194. select IWMMXT
  195. select PXA27x
  196. config MACH_PCM990_BASEBOARD
  197. bool "PHYTEC PCM-990 development board"
  198. depends on MACH_PCM027
  199. choice
  200. prompt "display on pcm990"
  201. depends on MACH_PCM990_BASEBOARD
  202. config PCM990_DISPLAY_SHARP
  203. bool "sharp lq084v1dg21 stn display"
  204. config PCM990_DISPLAY_NEC
  205. bool "nec nl6448bc20_18d tft display"
  206. config PCM990_DISPLAY_NONE
  207. bool "no display"
  208. endchoice
  209. config MACH_COLIBRI
  210. bool "Toradex Colibri PXA270"
  211. select PXA27x
  212. config MACH_COLIBRI_PXA270_INCOME
  213. bool "Income s.r.o. PXA270 SBC"
  214. depends on MACH_COLIBRI
  215. select PXA27x
  216. config MACH_COLIBRI300
  217. bool "Toradex Colibri PXA300/310"
  218. select CPU_PXA300
  219. select CPU_PXA310
  220. select PXA3xx
  221. config MACH_COLIBRI320
  222. bool "Toradex Colibri PXA320"
  223. select CPU_PXA320
  224. select PXA3xx
  225. config MACH_COLIBRI_EVALBOARD
  226. bool "Toradex Colibri Evaluation Carrier Board support"
  227. depends on MACH_COLIBRI || MACH_COLIBRI300 || MACH_COLIBRI320
  228. config MACH_VPAC270
  229. bool "Voipac PXA270"
  230. select HAVE_PATA_PLATFORM
  231. select PXA27x
  232. help
  233. PXA270 based Single Board Computer.
  234. comment "End-user Products (sorted by vendor name)"
  235. config MACH_H4700
  236. bool "HP iPAQ hx4700"
  237. select IWMMXT
  238. select PXA27x
  239. config MACH_H5000
  240. bool "HP iPAQ h5000"
  241. select PXA25x
  242. config MACH_HIMALAYA
  243. bool "HTC Himalaya Support"
  244. select CPU_PXA26x
  245. config MACH_MAGICIAN
  246. bool "Enable HTC Magician Support"
  247. select IWMMXT
  248. select PXA27x
  249. config MACH_MIOA701
  250. bool "Mitac Mio A701 Support"
  251. select IWMMXT
  252. select PXA27x
  253. help
  254. Say Y here if you intend to run this kernel on a
  255. MIO A701. Currently there is only basic support
  256. for this PDA.
  257. config PXA_EZX
  258. bool "Motorola EZX Platform"
  259. select IWMMXT
  260. select PXA27x
  261. config MACH_EZX_A780
  262. bool "Motorola EZX A780"
  263. default y
  264. depends on PXA_EZX
  265. config MACH_EZX_E680
  266. bool "Motorola EZX E680"
  267. default y
  268. depends on PXA_EZX
  269. config MACH_EZX_A1200
  270. bool "Motorola EZX A1200"
  271. default y
  272. depends on PXA_EZX
  273. config MACH_EZX_A910
  274. bool "Motorola EZX A910"
  275. default y
  276. depends on PXA_EZX
  277. config MACH_EZX_E6
  278. bool "Motorola EZX E6"
  279. default y
  280. depends on PXA_EZX
  281. config MACH_EZX_E2
  282. bool "Motorola EZX E2"
  283. default y
  284. depends on PXA_EZX
  285. config MACH_MP900C
  286. bool "Nec Mobilepro 900/c"
  287. select PXA25x
  288. config ARCH_PXA_PALM
  289. bool "PXA based Palm PDAs"
  290. config MACH_PALM27X
  291. bool
  292. config MACH_PALMTE2
  293. bool "Palm Tungsten|E2"
  294. default y
  295. depends on ARCH_PXA_PALM
  296. select PXA25x
  297. help
  298. Say Y here if you intend to run this kernel on a Palm Tungsten|E2
  299. handheld computer.
  300. config MACH_PALMTC
  301. bool "Palm Tungsten|C"
  302. default y
  303. depends on ARCH_PXA_PALM
  304. select PXA25x
  305. help
  306. Say Y here if you intend to run this kernel on a Palm Tungsten|C
  307. handheld computer.
  308. config MACH_PALMT5
  309. bool "Palm Tungsten|T5"
  310. default y
  311. depends on ARCH_PXA_PALM
  312. select IWMMXT
  313. select MACH_PALM27X
  314. select PXA27x
  315. help
  316. Say Y here if you intend to run this kernel on a Palm Tungsten|T5
  317. handheld computer.
  318. config MACH_PALMTX
  319. bool "Palm T|X"
  320. default y
  321. depends on ARCH_PXA_PALM
  322. select IWMMXT
  323. select MACH_PALM27X
  324. select PXA27x
  325. help
  326. Say Y here if you intend to run this kernel on a Palm T|X
  327. handheld computer.
  328. config MACH_PALMZ72
  329. bool "Palm Zire 72"
  330. default y
  331. depends on ARCH_PXA_PALM
  332. select IWMMXT
  333. select MACH_PALM27X
  334. select PXA27x
  335. help
  336. Say Y here if you intend to run this kernel on Palm Zire 72
  337. handheld computer.
  338. config MACH_PALMLD
  339. bool "Palm LifeDrive"
  340. default y
  341. depends on ARCH_PXA_PALM
  342. select IWMMXT
  343. select MACH_PALM27X
  344. select PXA27x
  345. help
  346. Say Y here if you intend to run this kernel on a Palm LifeDrive
  347. handheld computer.
  348. config PALM_TREO
  349. bool
  350. depends on ARCH_PXA_PALM
  351. config MACH_CENTRO
  352. bool "Palm Centro 685 (GSM)"
  353. default y
  354. depends on ARCH_PXA_PALM
  355. select IWMMXT
  356. select MACH_PALM27X
  357. select PALM_TREO
  358. select PXA27x
  359. help
  360. Say Y here if you intend to run this kernel on Palm Centro 685 (GSM)
  361. smartphone.
  362. config MACH_TREO680
  363. bool "Palm Treo 680"
  364. default y
  365. depends on ARCH_PXA_PALM
  366. select IWMMXT
  367. select MACH_PALM27X
  368. select PALM_TREO
  369. select PXA27x
  370. help
  371. Say Y here if you intend to run this kernel on Palm Treo 680
  372. smartphone.
  373. config MACH_RAUMFELD_RC
  374. bool "Raumfeld Controller"
  375. select CPU_PXA300
  376. select POWER_SUPPLY
  377. select PXA3xx
  378. config MACH_RAUMFELD_CONNECTOR
  379. bool "Raumfeld Connector"
  380. select CPU_PXA300
  381. select POWER_SUPPLY
  382. select PXA3xx
  383. config MACH_RAUMFELD_SPEAKER
  384. bool "Raumfeld Speaker"
  385. select CPU_PXA300
  386. select POWER_SUPPLY
  387. select PXA3xx
  388. config PXA_SHARPSL
  389. bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
  390. select SHARP_PARAM
  391. select SHARP_SCOOP
  392. help
  393. Say Y here if you intend to run this kernel on a
  394. Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
  395. SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
  396. SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
  397. handheld computer.
  398. config PXA_SHARPSL_DETECT_MACH_ID
  399. bool "Detect machine ID at run-time in the decompressor"
  400. depends on PXA_SHARPSL
  401. help
  402. Say Y here if you want the zImage decompressor to detect
  403. the Zaurus machine ID at run-time. For latest kexec-based
  404. boot loader, this is not necessary.
  405. config MACH_POODLE
  406. bool "Enable Sharp SL-5600 (Poodle) Support"
  407. depends on PXA_SHARPSL
  408. select PXA25x
  409. select SHARP_LOCOMO
  410. config MACH_CORGI
  411. bool "Enable Sharp SL-C700 (Corgi) Support"
  412. depends on PXA_SHARPSL
  413. select PXA25x
  414. select PXA_SHARP_C7xx
  415. config MACH_SHEPHERD
  416. bool "Enable Sharp SL-C750 (Shepherd) Support"
  417. depends on PXA_SHARPSL
  418. select PXA25x
  419. select PXA_SHARP_C7xx
  420. config MACH_HUSKY
  421. bool "Enable Sharp SL-C760 (Husky) Support"
  422. depends on PXA_SHARPSL
  423. select PXA25x
  424. select PXA_SHARP_C7xx
  425. config MACH_AKITA
  426. bool "Enable Sharp SL-1000 (Akita) Support"
  427. depends on PXA_SHARPSL
  428. select I2C
  429. select I2C_PXA
  430. select MACH_SPITZ
  431. select PXA27x
  432. select PXA_SHARP_Cxx00
  433. config MACH_SPITZ
  434. bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
  435. depends on PXA_SHARPSL
  436. select PXA27x
  437. select PXA_SHARP_Cxx00
  438. config MACH_BORZOI
  439. bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
  440. depends on PXA_SHARPSL
  441. select PXA27x
  442. select PXA_SHARP_Cxx00
  443. config MACH_TOSA
  444. bool "Enable Sharp SL-6000x (Tosa) Support"
  445. depends on PXA_SHARPSL
  446. select PXA25x
  447. config TOSA_BT
  448. tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
  449. depends on MACH_TOSA && NET
  450. select RFKILL
  451. help
  452. This is a simple driver that is able to control
  453. the state of built in bluetooth chip on tosa.
  454. config TOSA_USE_EXT_KEYCODES
  455. bool "Tosa keyboard: use extended keycodes"
  456. depends on MACH_TOSA
  457. default n
  458. help
  459. Say Y here to enable the tosa keyboard driver to generate extended
  460. (>= 127) keycodes. Be aware, that they can't be correctly interpreted
  461. by either console keyboard driver or by Kdrive keybd driver.
  462. Say Y only if you know, what you are doing!
  463. config MACH_ICONTROL
  464. bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM"
  465. select CPU_PXA320
  466. select PXA3xx
  467. config ARCH_PXA_ESERIES
  468. bool "PXA based Toshiba e-series PDAs"
  469. select FB_W100
  470. select FB
  471. select PXA25x
  472. config MACH_E330
  473. bool "Toshiba e330"
  474. default y
  475. depends on ARCH_PXA_ESERIES
  476. help
  477. Say Y here if you intend to run this kernel on a Toshiba
  478. e330 family PDA.
  479. config MACH_E350
  480. bool "Toshiba e350"
  481. default y
  482. depends on ARCH_PXA_ESERIES
  483. help
  484. Say Y here if you intend to run this kernel on a Toshiba
  485. e350 family PDA.
  486. config MACH_E740
  487. bool "Toshiba e740"
  488. default y
  489. depends on ARCH_PXA_ESERIES
  490. help
  491. Say Y here if you intend to run this kernel on a Toshiba
  492. e740 family PDA.
  493. config MACH_E750
  494. bool "Toshiba e750"
  495. default y
  496. depends on ARCH_PXA_ESERIES
  497. help
  498. Say Y here if you intend to run this kernel on a Toshiba
  499. e750 family PDA.
  500. config MACH_E400
  501. bool "Toshiba e400"
  502. default y
  503. depends on ARCH_PXA_ESERIES
  504. help
  505. Say Y here if you intend to run this kernel on a Toshiba
  506. e400 family PDA.
  507. config MACH_E800
  508. bool "Toshiba e800"
  509. default y
  510. depends on ARCH_PXA_ESERIES
  511. help
  512. Say Y here if you intend to run this kernel on a Toshiba
  513. e800 family PDA.
  514. config MACH_ZIPIT2
  515. bool "Zipit Z2 Handheld"
  516. select PXA27x
  517. endmenu
  518. config PXA25x
  519. bool
  520. select CPU_XSCALE
  521. help
  522. Select code specific to PXA21x/25x/26x variants
  523. config PXA27x
  524. bool
  525. select CPU_XSCALE
  526. help
  527. Select code specific to PXA27x variants
  528. config CPU_PXA26x
  529. bool
  530. select PXA25x
  531. help
  532. Select code specific to PXA26x (codename Dalhart)
  533. config PXA3xx
  534. bool
  535. select CPU_XSC3
  536. help
  537. Select code specific to PXA3xx variants
  538. config CPU_PXA300
  539. bool
  540. select PXA3xx
  541. help
  542. PXA300 (codename Monahans-L)
  543. config CPU_PXA310
  544. bool
  545. select CPU_PXA300
  546. select PXA310_ULPI if USB_ULPI
  547. help
  548. PXA310 (codename Monahans-LV)
  549. config CPU_PXA320
  550. bool
  551. select PXA3xx
  552. help
  553. PXA320 (codename Monahans-P)
  554. config CPU_PXA930
  555. bool
  556. select PXA3xx
  557. help
  558. PXA930 (codename Tavor-P)
  559. config CPU_PXA935
  560. bool
  561. select CPU_PXA930
  562. help
  563. PXA935 (codename Tavor-P65)
  564. config PXA_SHARP_C7xx
  565. bool
  566. select SHARPSL_PM
  567. help
  568. Enable support for all Sharp C7xx models
  569. config PXA_SHARP_Cxx00
  570. bool
  571. select SHARPSL_PM
  572. help
  573. Enable common support for Sharp Cxx00 models
  574. config SHARPSL_PM
  575. bool
  576. select APM_EMULATION
  577. select SHARPSL_PM_MAX1111
  578. config SHARPSL_PM_MAX1111
  579. bool
  580. select HWMON
  581. select SENSORS_MAX1111
  582. select SPI
  583. select SPI_MASTER
  584. config PXA310_ULPI
  585. bool
  586. config PXA_SYSTEMS_CPLDS
  587. tristate "Motherboard cplds"
  588. default ARCH_LUBBOCK || MACH_MAINSTONE
  589. help
  590. This driver supports the Lubbock and Mainstone multifunction chip
  591. found on the pxa25x development platform system (Lubbock) and pxa27x
  592. development platform system (Mainstone). This IO board supports the
  593. interrupts handling, ethernet controller, flash chips, etc ...
  594. endif