Kconfig 1.4 KB

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