Kconfig 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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. depends on ARCH_PXA
  156. select PXA27x
  157. select IWMMXT
  158. config MACH_PCM027
  159. bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
  160. select PXA27x
  161. select IWMMXT
  162. select PXA_SSP
  163. config MACH_PCM990_BASEBOARD
  164. bool "PHYTEC PCM-990 development board"
  165. select HAVE_PWM
  166. depends on MACH_PCM027
  167. choice
  168. prompt "display on pcm990"
  169. depends on MACH_PCM990_BASEBOARD
  170. config PCM990_DISPLAY_SHARP
  171. bool "sharp lq084v1dg21 stn display"
  172. config PCM990_DISPLAY_NEC
  173. bool "nec nl6448bc20_18d tft display"
  174. config PCM990_DISPLAY_NONE
  175. bool "no display"
  176. endchoice
  177. config PXA_EZX
  178. bool "Motorola EZX Platform"
  179. select PXA27x
  180. select IWMMXT
  181. select HAVE_PWM
  182. config MACH_EZX_A780
  183. bool "Motorola EZX A780"
  184. default y
  185. depends on PXA_EZX
  186. config MACH_EZX_E680
  187. bool "Motorola EZX E680"
  188. default y
  189. depends on PXA_EZX
  190. config MACH_EZX_A1200
  191. bool "Motorola EZX A1200"
  192. default y
  193. depends on PXA_EZX
  194. config MACH_EZX_A910
  195. bool "Motorola EZX A910"
  196. default y
  197. depends on PXA_EZX
  198. config MACH_EZX_E6
  199. bool "Motorola EZX E6"
  200. default y
  201. depends on PXA_EZX
  202. config MACH_EZX_E2
  203. bool "Motorola EZX E2"
  204. default y
  205. depends on PXA_EZX
  206. endmenu
  207. config PXA25x
  208. bool
  209. help
  210. Select code specific to PXA21x/25x/26x variants
  211. config PXA27x
  212. bool
  213. help
  214. Select code specific to PXA27x variants
  215. config PXA3xx
  216. bool
  217. help
  218. Select code specific to PXA3xx variants
  219. config PXA_SHARP_C7xx
  220. bool
  221. select PXA_SSP
  222. select SHARPSL_PM
  223. help
  224. Enable support for all Sharp C7xx models
  225. config PXA_SHARP_Cxx00
  226. bool
  227. select PXA_SSP
  228. select SHARPSL_PM
  229. help
  230. Enable common support for Sharp Cxx00 models
  231. config PXA_SSP
  232. tristate
  233. help
  234. Enable support for PXA2xx SSP ports
  235. config PXA_PWM
  236. tristate
  237. default BACKLIGHT_PWM
  238. help
  239. Enable support for PXA2xx/PXA3xx PWM controllers
  240. endif