Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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 ARCH_PXA_PALM
  164. bool "PXA based Palm PDAs"
  165. select HAVE_PWM
  166. config MACH_PALMTX
  167. bool "Palm T|X"
  168. default y
  169. depends on ARCH_PXA_PALM
  170. select PXA27x
  171. select IWMMXT
  172. help
  173. Say Y here if you intend to run this kernel on a Palm T|X
  174. handheld computer.
  175. config MACH_PCM990_BASEBOARD
  176. bool "PHYTEC PCM-990 development board"
  177. select HAVE_PWM
  178. depends on MACH_PCM027
  179. choice
  180. prompt "display on pcm990"
  181. depends on MACH_PCM990_BASEBOARD
  182. config PCM990_DISPLAY_SHARP
  183. bool "sharp lq084v1dg21 stn display"
  184. config PCM990_DISPLAY_NEC
  185. bool "nec nl6448bc20_18d tft display"
  186. config PCM990_DISPLAY_NONE
  187. bool "no display"
  188. endchoice
  189. endmenu
  190. config PXA25x
  191. bool
  192. help
  193. Select code specific to PXA21x/25x/26x variants
  194. config PXA27x
  195. bool
  196. help
  197. Select code specific to PXA27x variants
  198. config PXA3xx
  199. bool
  200. help
  201. Select code specific to PXA3xx variants
  202. config PXA_SHARP_C7xx
  203. bool
  204. select PXA_SSP
  205. select SHARPSL_PM
  206. help
  207. Enable support for all Sharp C7xx models
  208. config PXA_SHARP_Cxx00
  209. bool
  210. select PXA_SSP
  211. select SHARPSL_PM
  212. help
  213. Enable common support for Sharp Cxx00 models
  214. config PXA_SSP
  215. tristate
  216. help
  217. Enable support for PXA2xx SSP ports
  218. config PXA_PWM
  219. tristate
  220. default BACKLIGHT_PWM
  221. help
  222. Enable support for PXA2xx/PXA3xx PWM controllers
  223. endif