Kconfig 4.1 KB

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