Kconfig 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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. config SOC_IMX35
  16. bool
  17. select ARCH_MXC_IOMUX_V3
  18. select ARCH_MXC_AUDMUX_V2
  19. select HAVE_EPIT
  20. select ARCH_MX35
  21. comment "MX3 platforms:"
  22. config MACH_MX31ADS
  23. bool "Support MX31ADS platforms"
  24. select SOC_IMX31
  25. select IMX_HAVE_PLATFORM_IMX_I2C
  26. select IMX_HAVE_PLATFORM_IMX_SSI
  27. select IMX_HAVE_PLATFORM_IMX_UART
  28. default y
  29. help
  30. Include support for MX31ADS platform. This includes specific
  31. configurations for the board and its peripherals.
  32. config MACH_MX31ADS_WM1133_EV1
  33. bool "Support Wolfson Microelectronics 1133-EV1 module"
  34. depends on MACH_MX31ADS
  35. depends on MFD_WM8350_I2C
  36. depends on REGULATOR_WM8350
  37. select MFD_WM8350_CONFIG_MODE_0
  38. select MFD_WM8352_CONFIG_MODE_0
  39. help
  40. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  41. and audio module for the MX31ADS platform.
  42. config MACH_PCM037
  43. bool "Support Phytec pcm037 (i.MX31) platforms"
  44. select SOC_IMX31
  45. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  46. select IMX_HAVE_PLATFORM_IMX2_WDT
  47. select IMX_HAVE_PLATFORM_IMX_I2C
  48. select IMX_HAVE_PLATFORM_IMX_UART
  49. select IMX_HAVE_PLATFORM_MXC_EHCI
  50. select IMX_HAVE_PLATFORM_MXC_MMC
  51. select IMX_HAVE_PLATFORM_MXC_NAND
  52. select IMX_HAVE_PLATFORM_MXC_W1
  53. select MXC_ULPI if USB_ULPI
  54. help
  55. Include support for Phytec pcm037 platform. This includes
  56. specific configurations for the board and its peripherals.
  57. config MACH_PCM037_EET
  58. bool "Support pcm037 EET board extensions"
  59. depends on MACH_PCM037
  60. select IMX_HAVE_PLATFORM_SPI_IMX
  61. help
  62. Add support for PCM037 EET baseboard extensions. If you are using the
  63. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  64. command-line parameter.
  65. config MACH_MX31LITE
  66. bool "Support MX31 LITEKIT (LogicPD)"
  67. select SOC_IMX31
  68. select MXC_ULPI if USB_ULPI
  69. select IMX_HAVE_PLATFORM_IMX2_WDT
  70. select IMX_HAVE_PLATFORM_IMX_UART
  71. select IMX_HAVE_PLATFORM_MXC_EHCI
  72. select IMX_HAVE_PLATFORM_MXC_MMC
  73. select IMX_HAVE_PLATFORM_MXC_NAND
  74. select IMX_HAVE_PLATFORM_SPI_IMX
  75. help
  76. Include support for MX31 LITEKIT platform. This includes specific
  77. configurations for the board and its peripherals.
  78. config MACH_MX31_3DS
  79. bool "Support MX31PDK (3DS)"
  80. select SOC_IMX31
  81. select MXC_DEBUG_BOARD
  82. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  83. select IMX_HAVE_PLATFORM_IMX_UART
  84. select IMX_HAVE_PLATFORM_MXC_NAND
  85. select IMX_HAVE_PLATFORM_SPI_IMX
  86. help
  87. Include support for MX31PDK (3DS) platform. This includes specific
  88. configurations for the board and its peripherals.
  89. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  90. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  91. depends on MACH_MX31_3DS
  92. depends on MTD_NAND_MXC
  93. help
  94. Enable this if you want that the MXC NAND driver uses the in flash
  95. Bad Block Table to know what blocks are bad instead of scanning the
  96. entire flash looking for bad block markers.
  97. config MACH_MX31MOBOARD
  98. bool "Support mx31moboard platforms (EPFL Mobots group)"
  99. select SOC_IMX31
  100. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  101. select IMX_HAVE_PLATFORM_IMX_I2C
  102. select IMX_HAVE_PLATFORM_IMX_UART
  103. select IMX_HAVE_PLATFORM_MXC_EHCI
  104. select IMX_HAVE_PLATFORM_MXC_MMC
  105. select IMX_HAVE_PLATFORM_SPI_IMX
  106. select MXC_ULPI if USB_ULPI
  107. help
  108. Include support for mx31moboard platform. This includes specific
  109. configurations for the board and its peripherals.
  110. config MACH_MX31LILLY
  111. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  112. select SOC_IMX31
  113. select IMX_HAVE_PLATFORM_IMX_UART
  114. select IMX_HAVE_PLATFORM_MXC_EHCI
  115. select IMX_HAVE_PLATFORM_MXC_MMC
  116. select IMX_HAVE_PLATFORM_SPI_IMX
  117. select MXC_ULPI if USB_ULPI
  118. help
  119. Include support for mx31 based LILLY1131 modules. This includes
  120. specific configurations for the board and its peripherals.
  121. config MACH_QONG
  122. bool "Support Dave/DENX QongEVB-LITE platform"
  123. select SOC_IMX31
  124. select IMX_HAVE_PLATFORM_IMX_UART
  125. help
  126. Include support for Dave/DENX QongEVB-LITE platform. This includes
  127. specific configurations for the board and its peripherals.
  128. config MACH_PCM043
  129. bool "Support Phytec pcm043 (i.MX35) platforms"
  130. select SOC_IMX35
  131. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  132. select IMX_HAVE_PLATFORM_IMX2_WDT
  133. select IMX_HAVE_PLATFORM_IMX_I2C
  134. select IMX_HAVE_PLATFORM_IMX_SSI
  135. select IMX_HAVE_PLATFORM_IMX_UART
  136. select IMX_HAVE_PLATFORM_MXC_EHCI
  137. select IMX_HAVE_PLATFORM_MXC_NAND
  138. select IMX_HAVE_PLATFORM_FLEXCAN
  139. select IMX_HAVE_PLATFORM_ESDHC
  140. select MXC_ULPI if USB_ULPI
  141. help
  142. Include support for Phytec pcm043 platform. This includes
  143. specific configurations for the board and its peripherals.
  144. config MACH_ARMADILLO5X0
  145. bool "Support Atmark Armadillo-500 Development Base Board"
  146. select SOC_IMX31
  147. select IMX_HAVE_PLATFORM_IMX_I2C
  148. select IMX_HAVE_PLATFORM_IMX_UART
  149. select IMX_HAVE_PLATFORM_MXC_EHCI
  150. select IMX_HAVE_PLATFORM_MXC_MMC
  151. select IMX_HAVE_PLATFORM_MXC_NAND
  152. select MXC_ULPI if USB_ULPI
  153. help
  154. Include support for Atmark Armadillo-500 platform. This includes
  155. specific configurations for the board and its peripherals.
  156. config MACH_MX35_3DS
  157. bool "Support MX35PDK platform"
  158. select SOC_IMX35
  159. select MXC_DEBUG_BOARD
  160. select IMX_HAVE_PLATFORM_ESDHC
  161. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  162. select IMX_HAVE_PLATFORM_IMX_UART
  163. select IMX_HAVE_PLATFORM_MXC_EHCI
  164. select IMX_HAVE_PLATFORM_MXC_NAND
  165. help
  166. Include support for MX35PDK platform. This includes specific
  167. configurations for the board and its peripherals.
  168. config MACH_KZM_ARM11_01
  169. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  170. select SOC_IMX31
  171. select IMX_HAVE_PLATFORM_IMX_UART
  172. help
  173. Include support for KZM-ARM11-01. This includes specific
  174. configurations for the board and its peripherals.
  175. config MACH_EUKREA_CPUIMX35
  176. bool "Support Eukrea CPUIMX35 Platform"
  177. select SOC_IMX35
  178. select IMX_HAVE_PLATFORM_FSL_USB2_UDC
  179. select IMX_HAVE_PLATFORM_IMX2_WDT
  180. select IMX_HAVE_PLATFORM_IMX_UART
  181. select IMX_HAVE_PLATFORM_IMX_I2C
  182. select IMX_HAVE_PLATFORM_MXC_EHCI
  183. select IMX_HAVE_PLATFORM_MXC_NAND
  184. select IMX_HAVE_PLATFORM_FLEXCAN
  185. select IMX_HAVE_PLATFORM_ESDHC
  186. select MXC_ULPI if USB_ULPI
  187. help
  188. Include support for Eukrea CPUIMX35 platform. This includes
  189. specific configurations for the board and its peripherals.
  190. choice
  191. prompt "Baseboard"
  192. depends on MACH_EUKREA_CPUIMX35
  193. default MACH_EUKREA_MBIMXSD35_BASEBOARD
  194. config MACH_EUKREA_MBIMXSD35_BASEBOARD
  195. bool "Eukrea MBIMXSD development board"
  196. select IMX_HAVE_PLATFORM_IMX_SSI
  197. help
  198. This adds board specific devices that can be found on Eukrea's
  199. MBIMXSD evaluation board.
  200. endchoice
  201. endif