Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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_MX31MOBOARD
  56. bool "Support mx31moboard platforms (EPFL Mobots group)"
  57. select ARCH_MX31
  58. select MXC_ULPI if USB_ULPI
  59. help
  60. Include support for mx31moboard platform. This includes specific
  61. configurations for the board and its peripherals.
  62. config MACH_MX31LILLY
  63. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  64. select ARCH_MX31
  65. help
  66. Include support for mx31 based LILLY1131 modules. This includes
  67. specific configurations for the board and its peripherals.
  68. config MACH_QONG
  69. bool "Support Dave/DENX QongEVB-LITE platform"
  70. select ARCH_MX31
  71. help
  72. Include support for Dave/DENX QongEVB-LITE platform. This includes
  73. specific configurations for the board and its peripherals.
  74. config MACH_PCM043
  75. bool "Support Phytec pcm043 (i.MX35) platforms"
  76. select ARCH_MX35
  77. select MXC_ULPI if USB_ULPI
  78. help
  79. Include support for Phytec pcm043 platform. This includes
  80. specific configurations for the board and its peripherals.
  81. config MACH_ARMADILLO5X0
  82. bool "Support Atmark Armadillo-500 Development Base Board"
  83. select ARCH_MX31
  84. help
  85. Include support for Atmark Armadillo-500 platform. This includes
  86. specific configurations for the board and its peripherals.
  87. config MACH_MX35_3DS
  88. bool "Support MX35PDK platform"
  89. select ARCH_MX35
  90. default n
  91. help
  92. Include support for MX35PDK platform. This includes specific
  93. configurations for the board and its peripherals.
  94. config MACH_KZM_ARM11_01
  95. bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
  96. select ARCH_MX31
  97. help
  98. Include support for KZM-ARM11-01. This includes specific
  99. configurations for the board and its peripherals.
  100. endif