Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. help
  32. Include support for Phytec pcm037 platform. This includes
  33. specific configurations for the board and its peripherals.
  34. config MACH_PCM037_EET
  35. bool "Support pcm037 EET board extensions"
  36. depends on MACH_PCM037
  37. help
  38. Add support for PCM037 EET baseboard extensions. If you are using the
  39. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  40. command-line parameter.
  41. config MACH_MX31LITE
  42. bool "Support MX31 LITEKIT (LogicPD)"
  43. select ARCH_MX31
  44. help
  45. Include support for MX31 LITEKIT platform. This includes specific
  46. configurations for the board and its peripherals.
  47. config MACH_MX31_3DS
  48. bool "Support MX31PDK (3DS)"
  49. select ARCH_MX31
  50. help
  51. Include support for MX31PDK (3DS) platform. This includes specific
  52. configurations for the board and its peripherals.
  53. config MACH_MX31MOBOARD
  54. bool "Support mx31moboard platforms (EPFL Mobots group)"
  55. select ARCH_MX31
  56. select MXC_ULPI
  57. help
  58. Include support for mx31moboard platform. This includes specific
  59. configurations for the board and its peripherals.
  60. config MACH_MX31LILLY
  61. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  62. select ARCH_MX31
  63. help
  64. Include support for mx31 based LILLY1131 modules. This includes
  65. specific configurations for the board and its peripherals.
  66. config MACH_QONG
  67. bool "Support Dave/DENX QongEVB-LITE platform"
  68. select ARCH_MX31
  69. help
  70. Include support for Dave/DENX QongEVB-LITE platform. This includes
  71. specific configurations for the board and its peripherals.
  72. config MACH_PCM043
  73. bool "Support Phytec pcm043 (i.MX35) platforms"
  74. select ARCH_MX35
  75. help
  76. Include support for Phytec pcm043 platform. This includes
  77. specific configurations for the board and its peripherals.
  78. config MACH_ARMADILLO5X0
  79. bool "Support Atmark Armadillo-500 Development Base Board"
  80. select ARCH_MX31
  81. help
  82. Include support for Atmark Armadillo-500 platform. This includes
  83. specific configurations for the board and its peripherals.
  84. config MACH_MX35_3DS
  85. bool "Support MX35PDK platform"
  86. select ARCH_MX35
  87. default n
  88. help
  89. Include support for MX35PDK platform. This includes specific
  90. configurations for the board and its peripherals.
  91. config MACH_KZM_ARM11_01
  92. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  93. select ARCH_MX31
  94. help
  95. Include support for KZM-ARM11-01. This includes specific
  96. configurations for the board and its peripherals.
  97. endif