Kconfig 7.8 KB

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