Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. if ARCH_MX3
  2. config ARCH_MX31
  3. select ARCH_HAS_RNGA
  4. bool
  5. config ARCH_MX35
  6. bool
  7. select ARCH_MXC_IOMUX_V3
  8. comment "MX3 platforms:"
  9. config MACH_MX31ADS
  10. bool "Support MX31ADS platforms"
  11. select ARCH_MX31
  12. default y
  13. help
  14. Include support for MX31ADS platform. This includes specific
  15. configurations for the board and its peripherals.
  16. config MACH_MX31ADS_WM1133_EV1
  17. bool "Support Wolfson Microelectronics 1133-EV1 module"
  18. depends on MACH_MX31ADS
  19. depends on MFD_WM8350_I2C
  20. depends on REGULATOR_WM8350
  21. select MFD_WM8350_CONFIG_MODE_0
  22. select MFD_WM8352_CONFIG_MODE_0
  23. help
  24. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  25. and audio module for the MX31ADS platform.
  26. config MACH_PCM037
  27. bool "Support Phytec pcm037 (i.MX31) platforms"
  28. select ARCH_MX31
  29. help
  30. Include support for Phytec pcm037 platform. This includes
  31. specific configurations for the board and its peripherals.
  32. config MACH_PCM037_EET
  33. bool "Support pcm037 EET board extensions"
  34. depends on MACH_PCM037
  35. help
  36. Add support for PCM037 EET baseboard extensions. If you are using the
  37. OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
  38. command-line parameter.
  39. config MACH_MX31LITE
  40. bool "Support MX31 LITEKIT (LogicPD)"
  41. select ARCH_MX31
  42. help
  43. Include support for MX31 LITEKIT platform. This includes specific
  44. configurations for the board and its peripherals.
  45. config MACH_MX31_3DS
  46. bool "Support MX31PDK (3DS)"
  47. select ARCH_MX31
  48. help
  49. Include support for MX31PDK (3DS) platform. This includes specific
  50. configurations for the board and its peripherals.
  51. config MACH_MX31MOBOARD
  52. bool "Support mx31moboard platforms (EPFL Mobots group)"
  53. select ARCH_MX31
  54. help
  55. Include support for mx31moboard platform. This includes specific
  56. configurations for the board and its peripherals.
  57. config MACH_MX31LILLY
  58. bool "Support MX31 LILLY-1131 platforms (INCO startec)"
  59. select ARCH_MX31
  60. help
  61. Include support for mx31 based LILLY1131 modules. This includes
  62. specific configurations for the board and its peripherals.
  63. config MACH_QONG
  64. bool "Support Dave/DENX QongEVB-LITE platform"
  65. select ARCH_MX31
  66. help
  67. Include support for Dave/DENX QongEVB-LITE platform. This includes
  68. specific configurations for the board and its peripherals.
  69. config MACH_PCM043
  70. bool "Support Phytec pcm043 (i.MX35) platforms"
  71. select ARCH_MX35
  72. help
  73. Include support for Phytec pcm043 platform. This includes
  74. specific configurations for the board and its peripherals.
  75. config MACH_ARMADILLO5X0
  76. bool "Support Atmark Armadillo-500 Development Base Board"
  77. select ARCH_MX31
  78. help
  79. Include support for Atmark Armadillo-500 platform. This includes
  80. specific configurations for the board and its peripherals.
  81. config MACH_MX35_3DS
  82. bool "Support MX35PDK platform"
  83. select ARCH_MX35
  84. default n
  85. help
  86. Include support for MX35PDK platform. This includes specific
  87. configurations for the board and its peripherals.
  88. endif