Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. menu "MX3 Options"
  2. depends on ARCH_MX3
  3. config MACH_MX31ADS
  4. bool "Support MX31ADS platforms"
  5. default y
  6. help
  7. Include support for MX31ADS platform. This includes specific
  8. configurations for the board and its peripherals.
  9. config MACH_MX31ADS_WM1133_EV1
  10. bool "Support Wolfson Microelectronics 1133-EV1 module"
  11. depends on MACH_MX31ADS
  12. select MFD_WM8350_CONFIG_MODE_0
  13. select MFD_WM8352_CONFIG_MODE_0
  14. help
  15. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  16. and audio module for the MX31ADS platform.
  17. config MACH_PCM037
  18. bool "Support Phytec pcm037 platforms"
  19. help
  20. Include support for Phytec pcm037 platform. This includes
  21. specific configurations for the board and its peripherals.
  22. config MACH_MX31LITE
  23. bool "Support MX31 LITEKIT (LogicPD)"
  24. default n
  25. help
  26. Include support for MX31 LITEKIT platform. This includes specific
  27. configurations for the board and its peripherals.
  28. config MACH_MX31_3DS
  29. bool "Support MX31PDK (3DS)"
  30. default n
  31. help
  32. Include support for MX31PDK (3DS) platform. This includes specific
  33. configurations for the board and its peripherals.
  34. config MACH_MX31MOBOARD
  35. bool "Support mx31moboard platforms (EPFL Mobots group)"
  36. default n
  37. help
  38. Include support for mx31moboard platform. This includes specific
  39. configurations for the board and its peripherals.
  40. endmenu