Kconfig 5.9 KB

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