Kconfig 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. if ARCH_MX3
  2. config ARCH_MX31
  3. select ARCH_HAS_RNGA
  4. select ARCH_MXC_AUDMUX_V2
  5. bool
  6. config ARCH_MX35
  7. bool
  8. select ARCH_MXC_IOMUX_V3
  9. select ARCH_MXC_AUDMUX_V2
  10. comment "MX3 platforms:"
  11. config MACH_MX31ADS
  12. bool "Support MX31ADS platforms"
  13. select ARCH_MX31
  14. select IMX_HAVE_PLATFORM_IMX_I2C
  15. select IMX_HAVE_PLATFORM_IMX_UART
  16. default y
  17. help
  18. Include support for MX31ADS platform. This includes specific
  19. configurations for the board and its peripherals.
  20. config MACH_MX31ADS_WM1133_EV1
  21. bool "Support Wolfson Microelectronics 1133-EV1 module"
  22. depends on MACH_MX31ADS
  23. depends on MFD_WM8350_I2C
  24. depends on REGULATOR_WM8350
  25. select MFD_WM8350_CONFIG_MODE_0
  26. select MFD_WM8352_CONFIG_MODE_0
  27. help
  28. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  29. and audio module for the MX31ADS platform.
  30. config MACH_PCM037
  31. bool "Support Phytec pcm037 (i.MX31) platforms"
  32. select ARCH_MX31
  33. select IMX_HAVE_PLATFORM_IMX_I2C
  34. select IMX_HAVE_PLATFORM_IMX_UART
  35. select IMX_HAVE_PLATFORM_MXC_NAND
  36. select MXC_ULPI if USB_ULPI
  37. help
  38. Include support for Phytec pcm037 platform. This includes
  39. specific configurations for the board and its peripherals.
  40. config MACH_PCM037_EET
  41. bool "Support pcm037 EET board extensions"
  42. depends on MACH_PCM037
  43. select IMX_HAVE_PLATFORM_SPI_IMX
  44. help
  45. Add support for PCM037 EET baseboard extensions. If you are using the
  46. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  47. command-line parameter.
  48. config MACH_MX31LITE
  49. bool "Support MX31 LITEKIT (LogicPD)"
  50. select ARCH_MX31
  51. select MXC_ULPI if USB_ULPI
  52. select IMX_HAVE_PLATFORM_IMX_UART
  53. select IMX_HAVE_PLATFORM_MXC_NAND
  54. select IMX_HAVE_PLATFORM_SPI_IMX
  55. help
  56. Include support for MX31 LITEKIT platform. This includes specific
  57. configurations for the board and its peripherals.
  58. config MACH_MX31_3DS
  59. bool "Support MX31PDK (3DS)"
  60. select ARCH_MX31
  61. select MXC_DEBUG_BOARD
  62. select IMX_HAVE_PLATFORM_IMX_UART
  63. select IMX_HAVE_PLATFORM_MXC_NAND
  64. select IMX_HAVE_PLATFORM_SPI_IMX
  65. help
  66. Include support for MX31PDK (3DS) platform. This includes specific
  67. configurations for the board and its peripherals.
  68. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  69. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  70. depends on MACH_MX31_3DS
  71. depends on MTD_NAND_MXC
  72. help
  73. Enable this if you want that the MXC NAND driver uses the in flash
  74. Bad Block Table to know what blocks are bad instead of scanning the
  75. entire flash looking for bad block markers.
  76. config MACH_MX31MOBOARD
  77. bool "Support mx31moboard platforms (EPFL Mobots group)"
  78. select ARCH_MX31
  79. select IMX_HAVE_PLATFORM_IMX_I2C
  80. select IMX_HAVE_PLATFORM_IMX_UART
  81. select IMX_HAVE_PLATFORM_SPI_IMX
  82. select MXC_ULPI if USB_ULPI
  83. help
  84. Include support for mx31moboard platform. This includes specific
  85. configurations for the board and its peripherals.
  86. config MACH_MX31LILLY
  87. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  88. select ARCH_MX31
  89. select IMX_HAVE_PLATFORM_IMX_UART
  90. select IMX_HAVE_PLATFORM_SPI_IMX
  91. select MXC_ULPI if USB_ULPI
  92. help
  93. Include support for mx31 based LILLY1131 modules. This includes
  94. specific configurations for the board and its peripherals.
  95. config MACH_QONG
  96. bool "Support Dave/DENX QongEVB-LITE platform"
  97. select ARCH_MX31
  98. select IMX_HAVE_PLATFORM_IMX_UART
  99. help
  100. Include support for Dave/DENX QongEVB-LITE platform. This includes
  101. specific configurations for the board and its peripherals.
  102. config MACH_PCM043
  103. bool "Support Phytec pcm043 (i.MX35) platforms"
  104. select ARCH_MX35
  105. select IMX_HAVE_PLATFORM_IMX_I2C
  106. select IMX_HAVE_PLATFORM_IMX_UART
  107. select IMX_HAVE_PLATFORM_MXC_NAND
  108. select MXC_ULPI if USB_ULPI
  109. help
  110. Include support for Phytec pcm043 platform. This includes
  111. specific configurations for the board and its peripherals.
  112. config MACH_ARMADILLO5X0
  113. bool "Support Atmark Armadillo-500 Development Base Board"
  114. select ARCH_MX31
  115. select IMX_HAVE_PLATFORM_IMX_I2C
  116. select IMX_HAVE_PLATFORM_IMX_UART
  117. select IMX_HAVE_PLATFORM_MXC_NAND
  118. select MXC_ULPI if USB_ULPI
  119. help
  120. Include support for Atmark Armadillo-500 platform. This includes
  121. specific configurations for the board and its peripherals.
  122. config MACH_MX35_3DS
  123. bool "Support MX35PDK platform"
  124. select ARCH_MX35
  125. select IMX_HAVE_PLATFORM_IMX_UART
  126. default n
  127. help
  128. Include support for MX35PDK platform. This includes specific
  129. configurations for the board and its peripherals.
  130. config MACH_KZM_ARM11_01
  131. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  132. select ARCH_MX31
  133. select IMX_HAVE_PLATFORM_IMX_UART
  134. help
  135. Include support for KZM-ARM11-01. This includes specific
  136. configurations for the board and its peripherals.
  137. config MACH_EUKREA_CPUIMX35
  138. bool "Support Eukrea CPUIMX35 Platform"
  139. select ARCH_MX35
  140. select IMX_HAVE_PLATFORM_IMX_UART
  141. select IMX_HAVE_PLATFORM_IMX_I2C
  142. select IMX_HAVE_PLATFORM_MXC_NAND
  143. select MXC_ULPI if USB_ULPI
  144. help
  145. Include support for Eukrea CPUIMX35 platform. This includes
  146. specific configurations for the board and its peripherals.
  147. choice
  148. prompt "Baseboard"
  149. depends on MACH_EUKREA_CPUIMX35
  150. default MACH_EUKREA_MBIMXSD_BASEBOARD
  151. config MACH_EUKREA_MBIMXSD_BASEBOARD
  152. prompt "Eukrea MBIMXSD development board"
  153. bool
  154. help
  155. This adds board specific devices that can be found on Eukrea's
  156. MBIMXSD evaluation board.
  157. endchoice
  158. endif