Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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_SPI_IMX
  63. help
  64. Add support for PCM037 EET baseboard extensions. If you are using the
  65. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  66. command-line parameter.
  67. config MACH_MX31LITE
  68. bool "Support MX31 LITEKIT (LogicPD)"
  69. select SOC_IMX31
  70. select MXC_ULPI if USB_ULPI
  71. select IMX_HAVE_PLATFORM_IMX2_WDT
  72. select IMX_HAVE_PLATFORM_IMX_UART
  73. select IMX_HAVE_PLATFORM_MXC_EHCI
  74. select IMX_HAVE_PLATFORM_MXC_MMC
  75. select IMX_HAVE_PLATFORM_MXC_NAND
  76. select IMX_HAVE_PLATFORM_SPI_IMX
  77. help
  78. Include support for MX31 LITEKIT platform. This includes specific
  79. configurations for the board and its peripherals.
  80. config MACH_MX31_3DS
  81. bool "Support MX31PDK (3DS)"
  82. select SOC_IMX31
  83. select MXC_DEBUG_BOARD
  84. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  85. select IMX_HAVE_PLATFORM_IMX2_WDT
  86. select IMX_HAVE_PLATFORM_IMX_I2C
  87. select IMX_HAVE_PLATFORM_IMX_KEYPAD
  88. select IMX_HAVE_PLATFORM_IMX_UART
  89. select IMX_HAVE_PLATFORM_MXC_EHCI
  90. select IMX_HAVE_PLATFORM_MXC_NAND
  91. select IMX_HAVE_PLATFORM_SPI_IMX
  92. select MXC_ULPI if USB_ULPI
  93. help
  94. Include support for MX31PDK (3DS) platform. This includes specific
  95. configurations for the board and its peripherals.
  96. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  97. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  98. depends on MACH_MX31_3DS
  99. depends on MTD_NAND_MXC
  100. help
  101. Enable this if you want that the MXC NAND driver uses the in flash
  102. Bad Block Table to know what blocks are bad instead of scanning the
  103. entire flash looking for bad block markers.
  104. config MACH_MX31MOBOARD
  105. bool "Support mx31moboard platforms (EPFL Mobots group)"
  106. select SOC_IMX31
  107. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  108. select IMX_HAVE_PLATFORM_IMX_I2C
  109. select IMX_HAVE_PLATFORM_IMX_UART
  110. select IMX_HAVE_PLATFORM_MXC_EHCI
  111. select IMX_HAVE_PLATFORM_MXC_MMC
  112. select IMX_HAVE_PLATFORM_SPI_IMX
  113. select MXC_ULPI if USB_ULPI
  114. help
  115. Include support for mx31moboard platform. This includes specific
  116. configurations for the board and its peripherals.
  117. config MACH_MX31LILLY
  118. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  119. select SOC_IMX31
  120. select IMX_HAVE_PLATFORM_IMX_UART
  121. select IMX_HAVE_PLATFORM_MXC_EHCI
  122. select IMX_HAVE_PLATFORM_MXC_MMC
  123. select IMX_HAVE_PLATFORM_SPI_IMX
  124. select MXC_ULPI if USB_ULPI
  125. help
  126. Include support for mx31 based LILLY1131 modules. This includes
  127. specific configurations for the board and its peripherals.
  128. config MACH_QONG
  129. bool "Support Dave/DENX QongEVB-LITE platform"
  130. select SOC_IMX31
  131. select IMX_HAVE_PLATFORM_IMX_UART
  132. help
  133. Include support for Dave/DENX QongEVB-LITE platform. This includes
  134. specific configurations for the board and its peripherals.
  135. config MACH_PCM043
  136. bool "Support Phytec pcm043 (i.MX35) platforms"
  137. select SOC_IMX35
  138. select IMX_HAVE_PLATFORM_FLEXCAN
  139. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  140. select IMX_HAVE_PLATFORM_IMX2_WDT
  141. select IMX_HAVE_PLATFORM_IMX_I2C
  142. select IMX_HAVE_PLATFORM_IMX_SSI
  143. select IMX_HAVE_PLATFORM_IMX_UART
  144. select IMX_HAVE_PLATFORM_MXC_EHCI
  145. select IMX_HAVE_PLATFORM_MXC_NAND
  146. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  147. select MXC_ULPI if USB_ULPI
  148. help
  149. Include support for Phytec pcm043 platform. This includes
  150. specific configurations for the board and its peripherals.
  151. config MACH_ARMADILLO5X0
  152. bool "Support Atmark Armadillo-500 Development Base Board"
  153. select SOC_IMX31
  154. select IMX_HAVE_PLATFORM_IMX_I2C
  155. select IMX_HAVE_PLATFORM_IMX_UART
  156. select IMX_HAVE_PLATFORM_MXC_EHCI
  157. select IMX_HAVE_PLATFORM_MXC_MMC
  158. select IMX_HAVE_PLATFORM_MXC_NAND
  159. select MXC_ULPI if USB_ULPI
  160. help
  161. Include support for Atmark Armadillo-500 platform. This includes
  162. specific configurations for the board and its peripherals.
  163. config MACH_MX35_3DS
  164. bool "Support MX35PDK platform"
  165. select SOC_IMX35
  166. select MXC_DEBUG_BOARD
  167. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  168. select IMX_HAVE_PLATFORM_IMX2_WDT
  169. select IMX_HAVE_PLATFORM_IMX_I2C
  170. select IMX_HAVE_PLATFORM_IMX_UART
  171. select IMX_HAVE_PLATFORM_MXC_EHCI
  172. select IMX_HAVE_PLATFORM_MXC_NAND
  173. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  174. help
  175. Include support for MX35PDK platform. This includes specific
  176. configurations for the board and its peripherals.
  177. config MACH_KZM_ARM11_01
  178. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  179. select SOC_IMX31
  180. select IMX_HAVE_PLATFORM_IMX_UART
  181. help
  182. Include support for KZM-ARM11-01. This includes specific
  183. configurations for the board and its peripherals.
  184. config MACH_BUG
  185. bool "Support Buglabs BUGBase platform"
  186. select SOC_IMX31
  187. select IMX_HAVE_PLATFORM_IMX_UART
  188. default y
  189. help
  190. Include support for BUGBase 1.3 platform. This includes specific
  191. configurations for the board and its peripherals.
  192. config MACH_EUKREA_CPUIMX35
  193. bool "Support Eukrea CPUIMX35 Platform"
  194. select SOC_IMX35
  195. select IMX_HAVE_PLATFORM_FLEXCAN
  196. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  197. select IMX_HAVE_PLATFORM_IMX2_WDT
  198. select IMX_HAVE_PLATFORM_IMX_I2C
  199. select IMX_HAVE_PLATFORM_IMX_UART
  200. select IMX_HAVE_PLATFORM_MXC_EHCI
  201. select IMX_HAVE_PLATFORM_MXC_NAND
  202. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  203. select MXC_ULPI if USB_ULPI
  204. help
  205. Include support for Eukrea CPUIMX35 platform. This includes
  206. specific configurations for the board and its peripherals.
  207. choice
  208. prompt "Baseboard"
  209. depends on MACH_EUKREA_CPUIMX35
  210. default MACH_EUKREA_MBIMXSD35_BASEBOARD
  211. config MACH_EUKREA_MBIMXSD35_BASEBOARD
  212. bool "Eukrea MBIMXSD development board"
  213. select IMX_HAVE_PLATFORM_IMX_SSI
  214. help
  215. This adds board specific devices that can be found on Eukrea's
  216. MBIMXSD evaluation board.
  217. endchoice
  218. config MACH_VPR200
  219. bool "Support VPR200 platform"
  220. select SOC_IMX35
  221. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  222. select IMX_HAVE_PLATFORM_IMX2_WDT
  223. select IMX_HAVE_PLATFORM_IMX_UART
  224. select IMX_HAVE_PLATFORM_IMX_I2C
  225. select IMX_HAVE_PLATFORM_MXC_EHCI
  226. select IMX_HAVE_PLATFORM_MXC_NAND
  227. select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
  228. help
  229. Include support for VPR200 platform. This includes specific
  230. configurations for the board and its peripherals.
  231. endif