Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. default y
  16. help
  17. Include support for MX31ADS platform. This includes specific
  18. configurations for the board and its peripherals.
  19. config MACH_MX31ADS_WM1133_EV1
  20. bool "Support Wolfson Microelectronics 1133-EV1 module"
  21. depends on MACH_MX31ADS
  22. depends on MFD_WM8350_I2C
  23. depends on REGULATOR_WM8350
  24. select MFD_WM8350_CONFIG_MODE_0
  25. select MFD_WM8352_CONFIG_MODE_0
  26. help
  27. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  28. and audio module for the MX31ADS platform.
  29. config MACH_PCM037
  30. bool "Support Phytec pcm037 (i.MX31) platforms"
  31. select ARCH_MX31
  32. select IMX_HAVE_PLATFORM_IMX_I2C
  33. select IMX_HAVE_PLATFORM_MXC_NAND
  34. select MXC_ULPI if USB_ULPI
  35. help
  36. Include support for Phytec pcm037 platform. This includes
  37. specific configurations for the board and its peripherals.
  38. config MACH_PCM037_EET
  39. bool "Support pcm037 EET board extensions"
  40. depends on MACH_PCM037
  41. select IMX_HAVE_PLATFORM_SPI_IMX
  42. help
  43. Add support for PCM037 EET baseboard extensions. If you are using the
  44. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  45. command-line parameter.
  46. config MACH_MX31LITE
  47. bool "Support MX31 LITEKIT (LogicPD)"
  48. select ARCH_MX31
  49. select MXC_ULPI if USB_ULPI
  50. select IMX_HAVE_PLATFORM_MXC_NAND
  51. select IMX_HAVE_PLATFORM_SPI_IMX
  52. help
  53. Include support for MX31 LITEKIT platform. This includes specific
  54. configurations for the board and its peripherals.
  55. config MACH_MX31_3DS
  56. bool "Support MX31PDK (3DS)"
  57. select ARCH_MX31
  58. select IMX_HAVE_PLATFORM_MXC_NAND
  59. select IMX_HAVE_PLATFORM_SPI_IMX
  60. help
  61. Include support for MX31PDK (3DS) platform. This includes specific
  62. configurations for the board and its peripherals.
  63. config MACH_MX31_3DS_MXC_NAND_USE_BBT
  64. bool "Make the MXC NAND driver use the in flash Bad Block Table"
  65. depends on MACH_MX31_3DS
  66. depends on MTD_NAND_MXC
  67. help
  68. Enable this if you want that the MXC NAND driver uses the in flash
  69. Bad Block Table to know what blocks are bad instead of scanning the
  70. entire flash looking for bad block markers.
  71. config MACH_MX31MOBOARD
  72. bool "Support mx31moboard platforms (EPFL Mobots group)"
  73. select ARCH_MX31
  74. select IMX_HAVE_PLATFORM_IMX_I2C
  75. select IMX_HAVE_PLATFORM_SPI_IMX
  76. select MXC_ULPI if USB_ULPI
  77. help
  78. Include support for mx31moboard platform. This includes specific
  79. configurations for the board and its peripherals.
  80. config MACH_MX31LILLY
  81. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  82. select ARCH_MX31
  83. select IMX_HAVE_PLATFORM_SPI_IMX
  84. select MXC_ULPI if USB_ULPI
  85. help
  86. Include support for mx31 based LILLY1131 modules. This includes
  87. specific configurations for the board and its peripherals.
  88. config MACH_QONG
  89. bool "Support Dave/DENX QongEVB-LITE platform"
  90. select ARCH_MX31
  91. help
  92. Include support for Dave/DENX QongEVB-LITE platform. This includes
  93. specific configurations for the board and its peripherals.
  94. config MACH_PCM043
  95. bool "Support Phytec pcm043 (i.MX35) platforms"
  96. select ARCH_MX35
  97. select IMX_HAVE_PLATFORM_IMX_I2C
  98. select IMX_HAVE_PLATFORM_MXC_NAND
  99. select MXC_ULPI if USB_ULPI
  100. help
  101. Include support for Phytec pcm043 platform. This includes
  102. specific configurations for the board and its peripherals.
  103. config MACH_ARMADILLO5X0
  104. bool "Support Atmark Armadillo-500 Development Base Board"
  105. select ARCH_MX31
  106. select IMX_HAVE_PLATFORM_IMX_I2C
  107. select IMX_HAVE_PLATFORM_MXC_NAND
  108. select MXC_ULPI if USB_ULPI
  109. help
  110. Include support for Atmark Armadillo-500 platform. This includes
  111. specific configurations for the board and its peripherals.
  112. config MACH_MX35_3DS
  113. bool "Support MX35PDK platform"
  114. select ARCH_MX35
  115. default n
  116. help
  117. Include support for MX35PDK platform. This includes specific
  118. configurations for the board and its peripherals.
  119. config MACH_KZM_ARM11_01
  120. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  121. select ARCH_MX31
  122. help
  123. Include support for KZM-ARM11-01. This includes specific
  124. configurations for the board and its peripherals.
  125. endif