Kconfig 3.6 KB

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