Kconfig 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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. endmenu
  13. endif
  14. config ARCH_GUMSTIX
  15. bool "Gumstix XScale boards"
  16. help
  17. Say Y here if you intend to run this kernel on a
  18. Gumstix Full Function Minature Computer.
  19. config MACH_GUMSTIX_F
  20. bool "Basix, Connex, ws-200ax, ws-400ax systems"
  21. depends on ARCH_GUMSTIX
  22. select PXA25x
  23. config ARCH_LUBBOCK
  24. bool "Intel DBPXA250 Development Platform"
  25. select PXA25x
  26. select SA1111
  27. config MACH_LOGICPD_PXA270
  28. bool "LogicPD PXA270 Card Engine Development Platform"
  29. select PXA27x
  30. select HAVE_PWM
  31. config MACH_MAINSTONE
  32. bool "Intel HCDDBBVA0 Development Platform"
  33. select PXA27x
  34. select HAVE_PWM
  35. config ARCH_PXA_IDP
  36. bool "Accelent Xscale IDP"
  37. select PXA25x
  38. config PXA_SHARPSL
  39. bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
  40. select SHARP_SCOOP
  41. select SHARP_PARAM
  42. help
  43. Say Y here if you intend to run this kernel on a
  44. Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
  45. SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
  46. SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
  47. handheld computer.
  48. config MACH_POODLE
  49. bool "Enable Sharp SL-5600 (Poodle) Support"
  50. depends on PXA_SHARPSL
  51. select PXA25x
  52. select SHARP_LOCOMO
  53. select PXA_SSP
  54. config MACH_CORGI
  55. bool "Enable Sharp SL-C700 (Corgi) Support"
  56. depends on PXA_SHARPSL
  57. select PXA25x
  58. select PXA_SHARP_C7xx
  59. config MACH_SHEPHERD
  60. bool "Enable Sharp SL-C750 (Shepherd) Support"
  61. depends on PXA_SHARPSL
  62. select PXA25x
  63. select PXA_SHARP_C7xx
  64. config MACH_HUSKY
  65. bool "Enable Sharp SL-C760 (Husky) Support"
  66. depends on PXA_SHARPSL
  67. select PXA25x
  68. select PXA_SHARP_C7xx
  69. config MACH_AKITA
  70. bool "Enable Sharp SL-1000 (Akita) Support"
  71. depends on PXA_SHARPSL
  72. select PXA27x
  73. select PXA_SHARP_Cxx00
  74. select MACH_SPITZ
  75. select I2C
  76. select I2C_PXA
  77. config MACH_SPITZ
  78. bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
  79. depends on PXA_SHARPSL
  80. select PXA27x
  81. select PXA_SHARP_Cxx00
  82. config MACH_BORZOI
  83. bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
  84. depends on PXA_SHARPSL
  85. select PXA27x
  86. select PXA_SHARP_Cxx00
  87. config MACH_TOSA
  88. bool "Enable Sharp SL-6000x (Tosa) Support"
  89. depends on PXA_SHARPSL
  90. select PXA25x
  91. config ARCH_PXA_ESERIES
  92. bool "PXA based Toshiba e-series PDAs"
  93. select PXA25x
  94. config MACH_E330
  95. bool "Toshiba e330"
  96. default y
  97. depends on ARCH_PXA_ESERIES
  98. help
  99. Say Y here if you intend to run this kernel on a Toshiba
  100. e330 family PDA.
  101. config MACH_E740
  102. bool "Toshiba e740"
  103. default y
  104. depends on ARCH_PXA_ESERIES
  105. help
  106. Say Y here if you intend to run this kernel on a Toshiba
  107. e740 family PDA.
  108. config MACH_E750
  109. bool "Toshiba e750"
  110. default y
  111. depends on ARCH_PXA_ESERIES
  112. help
  113. Say Y here if you intend to run this kernel on a Toshiba
  114. e750 family PDA.
  115. config MACH_E400
  116. bool "Toshiba e400"
  117. default y
  118. depends on ARCH_PXA_ESERIES
  119. help
  120. Say Y here if you intend to run this kernel on a Toshiba
  121. e400 family PDA.
  122. config MACH_E800
  123. bool "Toshiba e800"
  124. default y
  125. depends on ARCH_PXA_ESERIES
  126. help
  127. Say Y here if you intend to run this kernel on a Toshiba
  128. e800 family PDA.
  129. config MACH_TRIZEPS4
  130. bool "Keith und Koep Trizeps4 DIMM-Module"
  131. select PXA27x
  132. config MACH_TRIZEPS4_CONXS
  133. bool "ConXS Eval Board"
  134. depends on MACH_TRIZEPS4
  135. config MACH_EM_X270
  136. bool "CompuLab EM-x270 platform"
  137. select PXA27x
  138. config MACH_COLIBRI
  139. bool "Toradex Colibri PX27x"
  140. select PXA27x
  141. config MACH_ZYLONITE
  142. bool "PXA3xx Development Platform"
  143. select PXA3xx
  144. select HAVE_PWM
  145. config MACH_LITTLETON
  146. bool "PXA3xx Form Factor Platform (aka Littleton)"
  147. select PXA3xx
  148. select PXA_SSP
  149. config MACH_ARMCORE
  150. bool "CompuLab CM-X270 modules"
  151. select PXA27x
  152. select IWMMXT
  153. config MACH_MAGICIAN
  154. bool "Enable HTC Magician Support"
  155. select PXA27x
  156. select IWMMXT
  157. config MACH_PCM027
  158. bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
  159. select PXA27x
  160. select IWMMXT
  161. select PXA_SSP
  162. config ARCH_PXA_PALM
  163. bool "PXA based Palm PDAs"
  164. select HAVE_PWM
  165. config MACH_PALMTX
  166. bool "Palm T|X"
  167. default y
  168. depends on ARCH_PXA_PALM
  169. select PXA27x
  170. select IWMMXT
  171. help
  172. Say Y here if you intend to run this kernel on a Palm T|X
  173. handheld computer.
  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 PXA_EZX
  189. bool "Motorola EZX Platform"
  190. select PXA27x
  191. select IWMMXT
  192. select HAVE_PWM
  193. config MACH_EZX_A780
  194. bool "Motorola EZX A780"
  195. default y
  196. depends on PXA_EZX
  197. config MACH_EZX_E680
  198. bool "Motorola EZX E680"
  199. default y
  200. depends on PXA_EZX
  201. config MACH_EZX_A1200
  202. bool "Motorola EZX A1200"
  203. default y
  204. depends on PXA_EZX
  205. config MACH_EZX_A910
  206. bool "Motorola EZX A910"
  207. default y
  208. depends on PXA_EZX
  209. config MACH_EZX_E6
  210. bool "Motorola EZX E6"
  211. default y
  212. depends on PXA_EZX
  213. config MACH_EZX_E2
  214. bool "Motorola EZX E2"
  215. default y
  216. depends on PXA_EZX
  217. endmenu
  218. config PXA25x
  219. bool
  220. help
  221. Select code specific to PXA21x/25x/26x variants
  222. config PXA27x
  223. bool
  224. help
  225. Select code specific to PXA27x variants
  226. config PXA3xx
  227. bool
  228. help
  229. Select code specific to PXA3xx variants
  230. config PXA_SHARP_C7xx
  231. bool
  232. select PXA_SSP
  233. select SHARPSL_PM
  234. help
  235. Enable support for all Sharp C7xx models
  236. config PXA_SHARP_Cxx00
  237. bool
  238. select PXA_SSP
  239. select SHARPSL_PM
  240. help
  241. Enable common support for Sharp Cxx00 models
  242. config PXA_SSP
  243. tristate
  244. help
  245. Enable support for PXA2xx SSP ports
  246. config PXA_PWM
  247. tristate
  248. default BACKLIGHT_PWM
  249. help
  250. Enable support for PXA2xx/PXA3xx PWM controllers
  251. config TOSA_BT
  252. tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
  253. depends on MACH_TOSA
  254. select RFKILL
  255. help
  256. This is a simple driver that is able to control
  257. the state of built in bluetooth chip on tosa.
  258. endif