Kconfig 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. if ARCH_PXA
  2. menu "Intel PXA2xx/PXA3xx Implementations"
  3. if PXA3xx
  4. menu "Supported PXA3xx Processor Variants"
  5. config CPU_PXA300
  6. bool "PXA300 (codename Monahans-L)"
  7. config CPU_PXA310
  8. bool "PXA310 (codename Monahans-LV)"
  9. select CPU_PXA300
  10. config CPU_PXA320
  11. bool "PXA320 (codename Monahans-P)"
  12. config CPU_PXA930
  13. bool "PXA930 (codename Tavor-P)"
  14. config CPU_PXA935
  15. bool "PXA935 (codename Tavor-P65)"
  16. endmenu
  17. endif
  18. config ARCH_GUMSTIX
  19. bool "Gumstix XScale 255 boards"
  20. select PXA25x
  21. help
  22. Say Y here if you intend to run this kernel on
  23. Basix, Connex, ws-200ax, ws-400ax systems
  24. choice
  25. prompt "Gumstix Carrier/Expansion Board"
  26. depends on ARCH_GUMSTIX
  27. config GUMSTIX_AM200EPD
  28. bool "Enable AM200EPD board support"
  29. config GUMSTIX_AM300EPD
  30. bool "Enable AM300EPD board support"
  31. endchoice
  32. config MACH_INTELMOTE2
  33. bool "Intel Mote 2 Platform"
  34. select PXA27x
  35. select IWMMXT
  36. select PXA_HAVE_BOARD_IRQS
  37. config ARCH_LUBBOCK
  38. bool "Intel DBPXA250 Development Platform"
  39. select PXA25x
  40. select SA1111
  41. select PXA_HAVE_BOARD_IRQS
  42. config MACH_LOGICPD_PXA270
  43. bool "LogicPD PXA270 Card Engine Development Platform"
  44. select PXA27x
  45. select HAVE_PWM
  46. select PXA_HAVE_BOARD_IRQS
  47. config MACH_MAINSTONE
  48. bool "Intel HCDDBBVA0 Development Platform"
  49. select PXA27x
  50. select HAVE_PWM
  51. select PXA_HAVE_BOARD_IRQS
  52. config MACH_MP900C
  53. bool "Nec Mobilepro 900/c"
  54. select PXA25x
  55. config ARCH_PXA_IDP
  56. bool "Accelent Xscale IDP"
  57. select PXA25x
  58. config PXA_SHARPSL
  59. bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
  60. select SHARP_SCOOP
  61. select SHARP_PARAM
  62. help
  63. Say Y here if you intend to run this kernel on a
  64. Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
  65. SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
  66. SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
  67. handheld computer.
  68. config CORGI_SSP_DEPRECATED
  69. bool
  70. select PXA_SSP
  71. help
  72. This option will include corgi_ssp.c and corgi_lcd.c
  73. that corgi_ts.c and other legacy drivers (corgi_bl.c
  74. and sharpsl_pm.c) may depend on.
  75. config MACH_POODLE
  76. bool "Enable Sharp SL-5600 (Poodle) Support"
  77. depends on PXA_SHARPSL
  78. select PXA25x
  79. select SHARP_LOCOMO
  80. select PXA_SSP
  81. config MACH_CORGI
  82. bool "Enable Sharp SL-C700 (Corgi) Support"
  83. depends on PXA_SHARPSL
  84. select PXA25x
  85. select PXA_SHARP_C7xx
  86. config MACH_SHEPHERD
  87. bool "Enable Sharp SL-C750 (Shepherd) Support"
  88. depends on PXA_SHARPSL
  89. select PXA25x
  90. select PXA_SHARP_C7xx
  91. config MACH_HUSKY
  92. bool "Enable Sharp SL-C760 (Husky) Support"
  93. depends on PXA_SHARPSL
  94. select PXA25x
  95. select PXA_SHARP_C7xx
  96. config MACH_AKITA
  97. bool "Enable Sharp SL-1000 (Akita) Support"
  98. depends on PXA_SHARPSL
  99. select PXA27x
  100. select PXA_SHARP_Cxx00
  101. select MACH_SPITZ
  102. select I2C
  103. select I2C_PXA
  104. config MACH_SPITZ
  105. bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
  106. depends on PXA_SHARPSL
  107. select PXA27x
  108. select PXA_SHARP_Cxx00
  109. config MACH_BORZOI
  110. bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
  111. depends on PXA_SHARPSL
  112. select PXA27x
  113. select PXA_SHARP_Cxx00
  114. config MACH_TOSA
  115. bool "Enable Sharp SL-6000x (Tosa) Support"
  116. depends on PXA_SHARPSL
  117. select PXA25x
  118. select PXA_HAVE_BOARD_IRQS
  119. config ARCH_VIPER
  120. bool "Arcom/Eurotech VIPER SBC"
  121. select PXA25x
  122. select ISA
  123. select I2C_GPIO
  124. select HAVE_PWM
  125. select PXA_HAVE_BOARD_IRQS
  126. select PXA_HAVE_ISA_IRQS
  127. config ARCH_PXA_ESERIES
  128. bool "PXA based Toshiba e-series PDAs"
  129. select PXA25x
  130. select PXA_HAVE_BOARD_IRQS
  131. config MACH_E330
  132. bool "Toshiba e330"
  133. default y
  134. depends on ARCH_PXA_ESERIES
  135. help
  136. Say Y here if you intend to run this kernel on a Toshiba
  137. e330 family PDA.
  138. config MACH_E350
  139. bool "Toshiba e350"
  140. default y
  141. depends on ARCH_PXA_ESERIES
  142. help
  143. Say Y here if you intend to run this kernel on a Toshiba
  144. e350 family PDA.
  145. config MACH_E740
  146. bool "Toshiba e740"
  147. default y
  148. depends on ARCH_PXA_ESERIES
  149. select FB_W100
  150. help
  151. Say Y here if you intend to run this kernel on a Toshiba
  152. e740 family PDA.
  153. config MACH_E750
  154. bool "Toshiba e750"
  155. default y
  156. depends on ARCH_PXA_ESERIES
  157. select FB_W100
  158. help
  159. Say Y here if you intend to run this kernel on a Toshiba
  160. e750 family PDA.
  161. config MACH_E400
  162. bool "Toshiba e400"
  163. default y
  164. depends on ARCH_PXA_ESERIES
  165. help
  166. Say Y here if you intend to run this kernel on a Toshiba
  167. e400 family PDA.
  168. config MACH_E800
  169. bool "Toshiba e800"
  170. default y
  171. depends on ARCH_PXA_ESERIES
  172. select FB_W100
  173. help
  174. Say Y here if you intend to run this kernel on a Toshiba
  175. e800 family PDA.
  176. config TRIZEPS_PXA
  177. bool "PXA based Keith und Koep Trizeps DIMM-Modules"
  178. config MACH_H5000
  179. bool "HP iPAQ h5000"
  180. select PXA25x
  181. config MACH_TRIZEPS4
  182. bool "Keith und Koep Trizeps4 DIMM-Module"
  183. depends on TRIZEPS_PXA
  184. select TRIZEPS_PCMCIA
  185. select PXA27x
  186. config MACH_TRIZEPS4WL
  187. bool "Keith und Koep Trizeps4-WL DIMM-Module"
  188. depends on TRIZEPS_PXA
  189. select TRIZEPS_PCMCIA
  190. select PXA27x
  191. select PXA_SSP
  192. choice
  193. prompt "Select base board for Trizeps module"
  194. depends on TRIZEPS_PXA
  195. config MACH_TRIZEPS_CONXS
  196. bool "ConXS Eval Board"
  197. config MACH_TRIZEPS_UCONXS
  198. bool "uConXS Eval Board"
  199. config MACH_TRIZEPS_ANY
  200. bool "another Board"
  201. endchoice
  202. config TRIZEPS_PCMCIA
  203. bool
  204. help
  205. Enable PCMCIA support for Trizeps modules
  206. config MACH_EM_X270
  207. bool "CompuLab EM-x270 platform"
  208. select PXA27x
  209. config MACH_EXEDA
  210. bool "CompuLab eXeda platform"
  211. select PXA27x
  212. config MACH_COLIBRI
  213. bool "Toradex Colibri PXA270"
  214. select PXA27x
  215. config MACH_COLIBRI300
  216. bool "Toradex Colibri PXA300/310"
  217. select PXA3xx
  218. select CPU_PXA300
  219. config MACH_ZYLONITE
  220. bool "PXA3xx Development Platform (aka Zylonite)"
  221. select PXA3xx
  222. select PXA_SSP
  223. select HAVE_PWM
  224. config MACH_LITTLETON
  225. bool "PXA3xx Form Factor Platform (aka Littleton)"
  226. select PXA3xx
  227. select PXA_SSP
  228. config MACH_TAVOREVB
  229. bool "PXA930 Evaluation Board (aka TavorEVB)"
  230. select PXA3xx
  231. select PXA930
  232. config MACH_SAAR
  233. bool "PXA930 Handheld Platform (aka SAAR)"
  234. select PXA3xx
  235. select PXA930
  236. config MACH_ARMCORE
  237. bool "CompuLab CM-X255/CM-X270 modules"
  238. select PXA27x
  239. select IWMMXT
  240. select PXA25x
  241. select PXA_SSP
  242. config MACH_CM_X300
  243. bool "CompuLab CM-X300 modules"
  244. select PXA3xx
  245. select CPU_PXA300
  246. config MACH_MAGICIAN
  247. bool "Enable HTC Magician Support"
  248. select PXA27x
  249. select IWMMXT
  250. select PXA_SSP
  251. select HAVE_PWM
  252. select PXA_HAVE_BOARD_IRQS
  253. config MACH_HIMALAYA
  254. bool "HTC Himalaya Support"
  255. select CPU_PXA26x
  256. select FB_W100
  257. config MACH_MIOA701
  258. bool "Mitac Mio A701 Support"
  259. select PXA27x
  260. select IWMMXT
  261. select HAVE_PWM
  262. select GPIO_SYSFS
  263. help
  264. Say Y here if you intend to run this kernel on a
  265. MIO A701. Currently there is only basic support
  266. for this PDA.
  267. config MACH_PCM027
  268. bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
  269. select PXA27x
  270. select IWMMXT
  271. select PXA_SSP
  272. select PXA_HAVE_BOARD_IRQS
  273. config ARCH_PXA_PALM
  274. bool "PXA based Palm PDAs"
  275. select HAVE_PWM
  276. config MACH_PALMT5
  277. bool "Palm Tungsten|T5"
  278. default y
  279. depends on ARCH_PXA_PALM
  280. select PXA27x
  281. select IWMMXT
  282. help
  283. Say Y here if you intend to run this kernel on a Palm Tungsten|T5
  284. handheld computer.
  285. config MACH_PALMTX
  286. bool "Palm T|X"
  287. default y
  288. depends on ARCH_PXA_PALM
  289. select PXA27x
  290. select IWMMXT
  291. help
  292. Say Y here if you intend to run this kernel on a Palm T|X
  293. handheld computer.
  294. config MACH_PALMZ72
  295. bool "Palm Zire 72"
  296. default y
  297. depends on ARCH_PXA_PALM
  298. select PXA27x
  299. select IWMMXT
  300. help
  301. Say Y here if you intend to run this kernel on Palm Zire 72
  302. handheld computer.
  303. config MACH_PALMLD
  304. bool "Palm LifeDrive"
  305. default y
  306. depends on ARCH_PXA_PALM
  307. select PXA27x
  308. select IWMMXT
  309. help
  310. Say Y here if you intend to run this kernel on a Palm LifeDrive
  311. handheld computer.
  312. config MACH_PCM990_BASEBOARD
  313. bool "PHYTEC PCM-990 development board"
  314. select HAVE_PWM
  315. depends on MACH_PCM027
  316. choice
  317. prompt "display on pcm990"
  318. depends on MACH_PCM990_BASEBOARD
  319. config PCM990_DISPLAY_SHARP
  320. bool "sharp lq084v1dg21 stn display"
  321. config PCM990_DISPLAY_NEC
  322. bool "nec nl6448bc20_18d tft display"
  323. config PCM990_DISPLAY_NONE
  324. bool "no display"
  325. endchoice
  326. config MACH_CSB726
  327. bool "Enable Cogent CSB726 System On a Module"
  328. select PXA27x
  329. select IWMMXT
  330. help
  331. Say Y here if you intend to run this kernel on a Cogent
  332. CSB726 System On Module.
  333. config CSB726_CSB701
  334. bool "Enable supprot for CSB701 baseboard"
  335. depends on MACH_CSB726
  336. config PXA_EZX
  337. bool "Motorola EZX Platform"
  338. select PXA27x
  339. select IWMMXT
  340. select HAVE_PWM
  341. config MACH_EZX_A780
  342. bool "Motorola EZX A780"
  343. default y
  344. depends on PXA_EZX
  345. config MACH_EZX_E680
  346. bool "Motorola EZX E680"
  347. default y
  348. depends on PXA_EZX
  349. config MACH_EZX_A1200
  350. bool "Motorola EZX A1200"
  351. default y
  352. depends on PXA_EZX
  353. config MACH_EZX_A910
  354. bool "Motorola EZX A910"
  355. default y
  356. depends on PXA_EZX
  357. config MACH_EZX_E6
  358. bool "Motorola EZX E6"
  359. default y
  360. depends on PXA_EZX
  361. config MACH_EZX_E2
  362. bool "Motorola EZX E2"
  363. default y
  364. depends on PXA_EZX
  365. endmenu
  366. config PXA25x
  367. bool
  368. select CPU_XSCALE
  369. help
  370. Select code specific to PXA21x/25x/26x variants
  371. config PXA27x
  372. bool
  373. select CPU_XSCALE
  374. help
  375. Select code specific to PXA27x variants
  376. config CPU_PXA26x
  377. bool
  378. select PXA25x
  379. help
  380. Select code specific to PXA26x (codename Dalhart)
  381. config PXA3xx
  382. bool
  383. select CPU_XSC3
  384. help
  385. Select code specific to PXA3xx variants
  386. config PXA_SHARP_C7xx
  387. bool
  388. select PXA_SSP
  389. select SHARPSL_PM
  390. help
  391. Enable support for all Sharp C7xx models
  392. config PXA_SHARP_Cxx00
  393. bool
  394. select PXA_SSP
  395. select SHARPSL_PM
  396. help
  397. Enable common support for Sharp Cxx00 models
  398. config PXA_SSP
  399. tristate
  400. help
  401. Enable support for PXA2xx SSP ports
  402. config PXA_PWM
  403. tristate
  404. default BACKLIGHT_PWM
  405. help
  406. Enable support for PXA2xx/PXA3xx PWM controllers
  407. config TOSA_BT
  408. tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
  409. depends on MACH_TOSA
  410. select RFKILL
  411. help
  412. This is a simple driver that is able to control
  413. the state of built in bluetooth chip on tosa.
  414. config PXA_HAVE_BOARD_IRQS
  415. bool
  416. config PXA_HAVE_ISA_IRQS
  417. bool
  418. endif