Kconfig 3.9 KB

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