Kconfig 3.2 KB

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