Kconfig 5.5 KB

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