Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  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_PALMTE2
  281. bool "Palm Tungsten|E2"
  282. default y
  283. depends on ARCH_PXA_PALM
  284. select PXA25x
  285. help
  286. Say Y here if you intend to run this kernel on a Palm Tungsten|E2
  287. handheld computer.
  288. config MACH_PALMTC
  289. bool "Palm Tungsten|C"
  290. default y
  291. depends on ARCH_PXA_PALM
  292. select PXA25x
  293. help
  294. Say Y here if you intend to run this kernel on a Palm Tungsten|C
  295. handheld computer.
  296. config MACH_PALMT5
  297. bool "Palm Tungsten|T5"
  298. default y
  299. depends on ARCH_PXA_PALM
  300. select PXA27x
  301. select IWMMXT
  302. help
  303. Say Y here if you intend to run this kernel on a Palm Tungsten|T5
  304. handheld computer.
  305. config MACH_PALMTX
  306. bool "Palm T|X"
  307. default y
  308. depends on ARCH_PXA_PALM
  309. select PXA27x
  310. select IWMMXT
  311. help
  312. Say Y here if you intend to run this kernel on a Palm T|X
  313. handheld computer.
  314. config MACH_PALMZ72
  315. bool "Palm Zire 72"
  316. default y
  317. depends on ARCH_PXA_PALM
  318. select PXA27x
  319. select IWMMXT
  320. help
  321. Say Y here if you intend to run this kernel on Palm Zire 72
  322. handheld computer.
  323. config MACH_PALMLD
  324. bool "Palm LifeDrive"
  325. default y
  326. depends on ARCH_PXA_PALM
  327. select PXA27x
  328. select IWMMXT
  329. help
  330. Say Y here if you intend to run this kernel on a Palm LifeDrive
  331. handheld computer.
  332. config PALM_TREO
  333. bool
  334. depends on ARCH_PXA_PALM
  335. config MACH_CENTRO
  336. bool "Palm Centro 685 (GSM)"
  337. default y
  338. depends on ARCH_PXA_PALM
  339. select PXA27x
  340. select IWMMXT
  341. select PALM_TREO
  342. help
  343. Say Y here if you intend to run this kernel on Palm Centro 685 (GSM)
  344. smartphone.
  345. config MACH_TREO680
  346. bool "Palm Treo 680"
  347. default y
  348. depends on ARCH_PXA_PALM
  349. select PXA27x
  350. select IWMMXT
  351. select PALM_TREO
  352. help
  353. Say Y here if you intend to run this kernel on Palm Treo 680
  354. smartphone.
  355. config MACH_RAUMFELD_RC
  356. bool "Raumfeld Controller"
  357. select PXA3xx
  358. select CPU_PXA300
  359. select HAVE_PWM
  360. config MACH_RAUMFELD_CONNECTOR
  361. bool "Raumfeld Connector"
  362. select PXA3xx
  363. select CPU_PXA300
  364. config MACH_RAUMFELD_SPEAKER
  365. bool "Raumfeld Speaker"
  366. select PXA3xx
  367. select CPU_PXA300
  368. config PXA_SHARPSL
  369. bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
  370. select SHARP_SCOOP
  371. select SHARP_PARAM
  372. help
  373. Say Y here if you intend to run this kernel on a
  374. Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
  375. SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
  376. SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
  377. handheld computer.
  378. config PXA_SHARPSL_DETECT_MACH_ID
  379. bool "Detect machine ID at run-time in the decompressor"
  380. depends on PXA_SHARPSL
  381. help
  382. Say Y here if you want the zImage decompressor to detect
  383. the Zaurus machine ID at run-time. For latest kexec-based
  384. boot loader, this is not necessary.
  385. config MACH_POODLE
  386. bool "Enable Sharp SL-5600 (Poodle) Support"
  387. depends on PXA_SHARPSL
  388. select PXA25x
  389. select SHARP_LOCOMO
  390. select PXA_HAVE_BOARD_IRQS
  391. config MACH_CORGI
  392. bool "Enable Sharp SL-C700 (Corgi) Support"
  393. depends on PXA_SHARPSL
  394. select PXA25x
  395. select PXA_SHARP_C7xx
  396. config MACH_SHEPHERD
  397. bool "Enable Sharp SL-C750 (Shepherd) Support"
  398. depends on PXA_SHARPSL
  399. select PXA25x
  400. select PXA_SHARP_C7xx
  401. config MACH_HUSKY
  402. bool "Enable Sharp SL-C760 (Husky) Support"
  403. depends on PXA_SHARPSL
  404. select PXA25x
  405. select PXA_SHARP_C7xx
  406. config MACH_AKITA
  407. bool "Enable Sharp SL-1000 (Akita) Support"
  408. depends on PXA_SHARPSL
  409. select PXA27x
  410. select PXA_SHARP_Cxx00
  411. select MACH_SPITZ
  412. select I2C
  413. select I2C_PXA
  414. config MACH_SPITZ
  415. bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
  416. depends on PXA_SHARPSL
  417. select PXA27x
  418. select PXA_SHARP_Cxx00
  419. config MACH_BORZOI
  420. bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
  421. depends on PXA_SHARPSL
  422. select PXA27x
  423. select PXA_SHARP_Cxx00
  424. config MACH_TOSA
  425. bool "Enable Sharp SL-6000x (Tosa) Support"
  426. depends on PXA_SHARPSL
  427. select PXA25x
  428. select PXA_HAVE_BOARD_IRQS
  429. config TOSA_BT
  430. tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
  431. depends on MACH_TOSA
  432. select RFKILL
  433. help
  434. This is a simple driver that is able to control
  435. the state of built in bluetooth chip on tosa.
  436. config TOSA_USE_EXT_KEYCODES
  437. bool "Tosa keyboard: use extended keycodes"
  438. depends on MACH_TOSA
  439. default n
  440. help
  441. Say Y here to enable the tosa keyboard driver to generate extended
  442. (>= 127) keycodes. Be aware, that they can't be correctly interpreted
  443. by either console keyboard driver or by Kdrive keybd driver.
  444. Say Y only if you know, what you are doing!
  445. config MACH_ICONTROL
  446. bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM"
  447. select CPU_PXA320
  448. select PXA3xx
  449. config ARCH_PXA_ESERIES
  450. bool "PXA based Toshiba e-series PDAs"
  451. select PXA25x
  452. select PXA_HAVE_BOARD_IRQS
  453. config MACH_E330
  454. bool "Toshiba e330"
  455. default y
  456. depends on ARCH_PXA_ESERIES
  457. help
  458. Say Y here if you intend to run this kernel on a Toshiba
  459. e330 family PDA.
  460. config MACH_E350
  461. bool "Toshiba e350"
  462. default y
  463. depends on ARCH_PXA_ESERIES
  464. help
  465. Say Y here if you intend to run this kernel on a Toshiba
  466. e350 family PDA.
  467. config MACH_E740
  468. bool "Toshiba e740"
  469. default y
  470. depends on ARCH_PXA_ESERIES
  471. help
  472. Say Y here if you intend to run this kernel on a Toshiba
  473. e740 family PDA.
  474. config MACH_E750
  475. bool "Toshiba e750"
  476. default y
  477. depends on ARCH_PXA_ESERIES
  478. help
  479. Say Y here if you intend to run this kernel on a Toshiba
  480. e750 family PDA.
  481. config MACH_E400
  482. bool "Toshiba e400"
  483. default y
  484. depends on ARCH_PXA_ESERIES
  485. help
  486. Say Y here if you intend to run this kernel on a Toshiba
  487. e400 family PDA.
  488. config MACH_E800
  489. bool "Toshiba e800"
  490. default y
  491. depends on ARCH_PXA_ESERIES
  492. help
  493. Say Y here if you intend to run this kernel on a Toshiba
  494. e800 family PDA.
  495. config MACH_ZIPIT2
  496. bool "Zipit Z2 Handheld"
  497. select PXA27x
  498. select HAVE_PWM
  499. select PXA_HAVE_BOARD_IRQS
  500. endmenu
  501. config PXA25x
  502. bool
  503. select CPU_XSCALE
  504. help
  505. Select code specific to PXA21x/25x/26x variants
  506. config PXA27x
  507. bool
  508. select CPU_XSCALE
  509. help
  510. Select code specific to PXA27x variants
  511. config CPU_PXA26x
  512. bool
  513. select PXA25x
  514. help
  515. Select code specific to PXA26x (codename Dalhart)
  516. config PXA3xx
  517. bool
  518. select CPU_XSC3
  519. help
  520. Select code specific to PXA3xx variants
  521. config CPU_PXA300
  522. bool
  523. select PXA3xx
  524. help
  525. PXA300 (codename Monahans-L)
  526. config CPU_PXA310
  527. bool
  528. select CPU_PXA300
  529. help
  530. PXA310 (codename Monahans-LV)
  531. config CPU_PXA320
  532. bool
  533. select PXA3xx
  534. help
  535. PXA320 (codename Monahans-P)
  536. config CPU_PXA930
  537. bool
  538. select PXA3xx
  539. help
  540. PXA930 (codename Tavor-P)
  541. config CPU_PXA935
  542. bool
  543. select CPU_PXA930
  544. help
  545. PXA935 (codename Tavor-P65)
  546. config CPU_PXA950
  547. bool
  548. select CPU_PXA930
  549. help
  550. PXA950 (codename Tavor-PV2)
  551. config PXA_SHARP_C7xx
  552. bool
  553. select SHARPSL_PM
  554. help
  555. Enable support for all Sharp C7xx models
  556. config PXA_SHARP_Cxx00
  557. bool
  558. select SHARPSL_PM
  559. help
  560. Enable common support for Sharp Cxx00 models
  561. config SHARPSL_PM
  562. bool
  563. select APM_EMULATION
  564. select SHARPSL_PM_MAX1111
  565. config SHARPSL_PM_MAX1111
  566. bool
  567. depends on !CORGI_SSP_DEPRECATED
  568. select HWMON
  569. select SENSORS_MAX1111
  570. config PXA_HAVE_BOARD_IRQS
  571. bool
  572. config PXA_HAVE_ISA_IRQS
  573. bool
  574. endif