Kconfig 6.5 KB

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