Kconfig 14 KB

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