Kconfig 13 KB

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