Kconfig 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. if ARCH_MX3
  2. # ARCH_MX31 and ARCH_MX35 are left for compatibility
  3. # Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
  4. # To easily distinguish good and reviewed from unreviewed usages new (and IMHO
  5. # more sensible) names are used: SOC_IMX31 and SOC_IMX35
  6. config ARCH_MX31
  7. bool
  8. config ARCH_MX35
  9. bool
  10. config SOC_IMX31
  11. bool
  12. select IMX_HAVE_PLATFORM_MXC_RNGA
  13. select ARCH_MXC_AUDMUX_V2
  14. select ARCH_MX31
  15. select MXC_AVIC
  16. config SOC_IMX35
  17. bool
  18. select ARCH_MXC_IOMUX_V3
  19. select ARCH_MXC_AUDMUX_V2
  20. select HAVE_EPIT
  21. select ARCH_MX35
  22. select MXC_AVIC
  23. comment "MX3 platforms:"
  24. config MACH_MX31ADS
  25. bool "Support MX31ADS platforms"
  26. select SOC_IMX31
  27. select IMX_HAVE_PLATFORM_IMX_I2C
  28. select IMX_HAVE_PLATFORM_IMX_SSI
  29. select IMX_HAVE_PLATFORM_IMX_UART
  30. default y
  31. help
  32. Include support for MX31ADS platform. This includes specific
  33. configurations for the board and its peripherals.
  34. config MACH_MX31ADS_WM1133_EV1
  35. bool "Support Wolfson Microelectronics 1133-EV1 module"
  36. depends on MACH_MX31ADS
  37. depends on MFD_WM8350_I2C
  38. depends on REGULATOR_WM8350
  39. select MFD_WM8350_CONFIG_MODE_0
  40. select MFD_WM8352_CONFIG_MODE_0
  41. help
  42. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  43. and audio module for the MX31ADS platform.
  44. config MACH_PCM037
  45. bool "Support Phytec pcm037 (i.MX31) platforms"
  46. select SOC_IMX31
  47. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  48. select IMX_HAVE_PLATFORM_IMX2_WDT
  49. select IMX_HAVE_PLATFORM_IMX_I2C
  50. select IMX_HAVE_PLATFORM_IMX_UART
  51. select IMX_HAVE_PLATFORM_MXC_EHCI
  52. select IMX_HAVE_PLATFORM_MXC_MMC
  53. select IMX_HAVE_PLATFORM_MXC_NAND
  54. select IMX_HAVE_PLATFORM_MXC_W1
  55. select MXC_ULPI if USB_ULPI
  56. help
  57. Include support for Phytec pcm037 platform. This includes
  58. specific configurations for the board and its peripherals.
  59. config MACH_PCM037_EET
  60. bool "Support pcm037 EET board extensions"
  61. depends on MACH_PCM037
  62. select IMX_HAVE_PLATFORM_GPIO_KEYS
  63. select IMX_HAVE_PLATFORM_SPI_IMX
  64. help
  65. Add support for PCM037 EET baseboard extensions. If you are using the
  66. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  67. command-line parameter.
  68. config MACH_MX31LITE
  69. bool "Support MX31 LITEKIT (LogicPD)"
  70. select SOC_IMX31
  71. select MXC_ULPI if USB_ULPI
  72. select IMX_HAVE_PLATFORM_IMX2_WDT
  73. select IMX_HAVE_PLATFORM_IMX_UART
  74. select IMX_HAVE_PLATFORM_MXC_EHCI
  75. select IMX_HAVE_PLATFORM_MXC_MMC
  76. select IMX_HAVE_PLATFORM_MXC_NAND
  77. select IMX_HAVE_PLATFORM_MXC_RTC
  78. select IMX_HAVE_PLATFORM_SPI_IMX
  79. help
  80. Include support for MX31 LITEKIT platform. This includes specific
  81. configurations for the board and its peripherals.
  82. config MACH_MX31_3DS
  83. bool "Support MX31PDK (3DS)"
  84. select SOC_IMX31
  85. select MXC_DEBUG_BOARD
  86. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  87. select IMX_HAVE_PLATFORM_IMX2_WDT
  88. select IMX_HAVE_PLATFORM_IMX_I2C
  89. select IMX_HAVE_PLATFORM_IMX_KEYPAD
  90. select IMX_HAVE_PLATFORM_IMX_UART
  91. select IMX_HAVE_PLATFORM_MXC_EHCI
  92. select IMX_HAVE_PLATFORM_MXC_NAND
  93. select IMX_HAVE_PLATFORM_SPI_IMX
  94. select MXC_ULPI if USB_ULPI
  95. help
  96. Include support for MX31PDK (3DS) platform. This includes specific
  97. configurations for the board and its peripherals.
  98. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  99. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  100. depends on MACH_MX31_3DS
  101. depends on MTD_NAND_MXC
  102. help
  103. Enable this if you want that the MXC NAND driver uses the in flash
  104. Bad Block Table to know what blocks are bad instead of scanning the
  105. entire flash looking for bad block markers.
  106. config MACH_MX31MOBOARD
  107. bool "Support mx31moboard platforms (EPFL Mobots group)"
  108. select SOC_IMX31
  109. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  110. select IMX_HAVE_PLATFORM_IMX_I2C
  111. select IMX_HAVE_PLATFORM_IMX_UART
  112. select IMX_HAVE_PLATFORM_MXC_EHCI
  113. select IMX_HAVE_PLATFORM_MXC_MMC
  114. select IMX_HAVE_PLATFORM_SPI_IMX
  115. select MXC_ULPI if USB_ULPI
  116. help
  117. Include support for mx31moboard platform. This includes specific
  118. configurations for the board and its peripherals.
  119. config MACH_MX31LILLY
  120. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  121. select SOC_IMX31
  122. select IMX_HAVE_PLATFORM_IMX_UART
  123. select IMX_HAVE_PLATFORM_MXC_EHCI
  124. select IMX_HAVE_PLATFORM_MXC_MMC
  125. select IMX_HAVE_PLATFORM_SPI_IMX
  126. select MXC_ULPI if USB_ULPI
  127. help
  128. Include support for mx31 based LILLY1131 modules. This includes
  129. specific configurations for the board and its peripherals.
  130. config MACH_QONG
  131. bool "Support Dave/DENX QongEVB-LITE platform"
  132. select SOC_IMX31
  133. select IMX_HAVE_PLATFORM_IMX_UART
  134. help
  135. Include support for Dave/DENX QongEVB-LITE platform. This includes
  136. specific configurations for the board and its peripherals.
  137. config MACH_PCM043
  138. bool "Support Phytec pcm043 (i.MX35) platforms"
  139. select SOC_IMX35
  140. select IMX_HAVE_PLATFORM_FLEXCAN
  141. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  142. select IMX_HAVE_PLATFORM_IMX2_WDT
  143. select IMX_HAVE_PLATFORM_IMX_I2C
  144. select IMX_HAVE_PLATFORM_IMX_SSI
  145. select IMX_HAVE_PLATFORM_IMX_UART
  146. select IMX_HAVE_PLATFORM_MXC_EHCI
  147. select IMX_HAVE_PLATFORM_MXC_NAND
  148. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  149. select MXC_ULPI if USB_ULPI
  150. help
  151. Include support for Phytec pcm043 platform. This includes
  152. specific configurations for the board and its peripherals.
  153. config MACH_ARMADILLO5X0
  154. bool "Support Atmark Armadillo-500 Development Base Board"
  155. select SOC_IMX31
  156. select IMX_HAVE_PLATFORM_GPIO_KEYS
  157. select IMX_HAVE_PLATFORM_IMX_I2C
  158. select IMX_HAVE_PLATFORM_IMX_UART
  159. select IMX_HAVE_PLATFORM_MXC_EHCI
  160. select IMX_HAVE_PLATFORM_MXC_MMC
  161. select IMX_HAVE_PLATFORM_MXC_NAND
  162. select MXC_ULPI if USB_ULPI
  163. help
  164. Include support for Atmark Armadillo-500 platform. This includes
  165. specific configurations for the board and its peripherals.
  166. config MACH_MX35_3DS
  167. bool "Support MX35PDK platform"
  168. select SOC_IMX35
  169. select MXC_DEBUG_BOARD
  170. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  171. select IMX_HAVE_PLATFORM_IMX2_WDT
  172. select IMX_HAVE_PLATFORM_IMX_I2C
  173. select IMX_HAVE_PLATFORM_IMX_UART
  174. select IMX_HAVE_PLATFORM_MXC_EHCI
  175. select IMX_HAVE_PLATFORM_MXC_NAND
  176. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  177. help
  178. Include support for MX35PDK platform. This includes specific
  179. configurations for the board and its peripherals.
  180. config MACH_KZM_ARM11_01
  181. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  182. select SOC_IMX31
  183. select IMX_HAVE_PLATFORM_IMX_UART
  184. help
  185. Include support for KZM-ARM11-01. This includes specific
  186. configurations for the board and its peripherals.
  187. config MACH_BUG
  188. bool "Support Buglabs BUGBase platform"
  189. select SOC_IMX31
  190. select IMX_HAVE_PLATFORM_IMX_UART
  191. default y
  192. help
  193. Include support for BUGBase 1.3 platform. This includes specific
  194. configurations for the board and its peripherals.
  195. config MACH_EUKREA_CPUIMX35
  196. bool "Support Eukrea CPUIMX35 Platform"
  197. select SOC_IMX35
  198. select IMX_HAVE_PLATFORM_FLEXCAN
  199. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  200. select IMX_HAVE_PLATFORM_IMX2_WDT
  201. select IMX_HAVE_PLATFORM_IMX_I2C
  202. select IMX_HAVE_PLATFORM_IMX_UART
  203. select IMX_HAVE_PLATFORM_MXC_EHCI
  204. select IMX_HAVE_PLATFORM_MXC_NAND
  205. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  206. select MXC_ULPI if USB_ULPI
  207. help
  208. Include support for Eukrea CPUIMX35 platform. This includes
  209. specific configurations for the board and its peripherals.
  210. choice
  211. prompt "Baseboard"
  212. depends on MACH_EUKREA_CPUIMX35
  213. default MACH_EUKREA_MBIMXSD35_BASEBOARD
  214. config MACH_EUKREA_MBIMXSD35_BASEBOARD
  215. bool "Eukrea MBIMXSD development board"
  216. select IMX_HAVE_PLATFORM_GPIO_KEYS
  217. select IMX_HAVE_PLATFORM_IMX_SSI
  218. help
  219. This adds board specific devices that can be found on Eukrea's
  220. MBIMXSD evaluation board.
  221. endchoice
  222. config MACH_VPR200
  223. bool "Support VPR200 platform"
  224. select SOC_IMX35
  225. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  226. select IMX_HAVE_PLATFORM_GPIO_KEYS
  227. select IMX_HAVE_PLATFORM_IMX2_WDT
  228. select IMX_HAVE_PLATFORM_IMX_UART
  229. select IMX_HAVE_PLATFORM_IMX_I2C
  230. select IMX_HAVE_PLATFORM_MXC_EHCI
  231. select IMX_HAVE_PLATFORM_MXC_NAND
  232. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  233. help
  234. Include support for VPR200 platform. This includes specific
  235. configurations for the board and its peripherals.
  236. endif