Kconfig 6.0 KB

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