Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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 IMX_HAVE_PLATFORM_IMX_UART
  62. select IMX_HAVE_PLATFORM_MXC_NAND
  63. select IMX_HAVE_PLATFORM_SPI_IMX
  64. help
  65. Include support for MX31PDK (3DS) platform. This includes specific
  66. configurations for the board and its peripherals.
  67. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  68. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  69. depends on MACH_MX31_3DS
  70. depends on MTD_NAND_MXC
  71. help
  72. Enable this if you want that the MXC NAND driver uses the in flash
  73. Bad Block Table to know what blocks are bad instead of scanning the
  74. entire flash looking for bad block markers.
  75. config MACH_MX31MOBOARD
  76. bool "Support mx31moboard platforms (EPFL Mobots group)"
  77. select ARCH_MX31
  78. select IMX_HAVE_PLATFORM_IMX_I2C
  79. select IMX_HAVE_PLATFORM_IMX_UART
  80. select IMX_HAVE_PLATFORM_SPI_IMX
  81. select MXC_ULPI if USB_ULPI
  82. help
  83. Include support for mx31moboard platform. This includes specific
  84. configurations for the board and its peripherals.
  85. config MACH_MX31LILLY
  86. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  87. select ARCH_MX31
  88. select IMX_HAVE_PLATFORM_IMX_UART
  89. select IMX_HAVE_PLATFORM_SPI_IMX
  90. select MXC_ULPI if USB_ULPI
  91. help
  92. Include support for mx31 based LILLY1131 modules. This includes
  93. specific configurations for the board and its peripherals.
  94. config MACH_QONG
  95. bool "Support Dave/DENX QongEVB-LITE platform"
  96. select ARCH_MX31
  97. select IMX_HAVE_PLATFORM_IMX_UART
  98. help
  99. Include support for Dave/DENX QongEVB-LITE platform. This includes
  100. specific configurations for the board and its peripherals.
  101. config MACH_PCM043
  102. bool "Support Phytec pcm043 (i.MX35) platforms"
  103. select ARCH_MX35
  104. select IMX_HAVE_PLATFORM_IMX_I2C
  105. select IMX_HAVE_PLATFORM_IMX_UART
  106. select IMX_HAVE_PLATFORM_MXC_NAND
  107. select MXC_ULPI if USB_ULPI
  108. help
  109. Include support for Phytec pcm043 platform. This includes
  110. specific configurations for the board and its peripherals.
  111. config MACH_ARMADILLO5X0
  112. bool "Support Atmark Armadillo-500 Development Base Board"
  113. select ARCH_MX31
  114. select IMX_HAVE_PLATFORM_IMX_I2C
  115. select IMX_HAVE_PLATFORM_IMX_UART
  116. select IMX_HAVE_PLATFORM_MXC_NAND
  117. select MXC_ULPI if USB_ULPI
  118. help
  119. Include support for Atmark Armadillo-500 platform. This includes
  120. specific configurations for the board and its peripherals.
  121. config MACH_MX35_3DS
  122. bool "Support MX35PDK platform"
  123. select ARCH_MX35
  124. select IMX_HAVE_PLATFORM_IMX_UART
  125. default n
  126. help
  127. Include support for MX35PDK platform. This includes specific
  128. configurations for the board and its peripherals.
  129. config MACH_KZM_ARM11_01
  130. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  131. select ARCH_MX31
  132. select IMX_HAVE_PLATFORM_IMX_UART
  133. help
  134. Include support for KZM-ARM11-01. This includes specific
  135. configurations for the board and its peripherals.
  136. endif