Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. depends on MFD_WM8350_I2C
  18. depends on REGULATOR_WM8350
  19. select MFD_WM8350_CONFIG_MODE_0
  20. select MFD_WM8352_CONFIG_MODE_0
  21. help
  22. Include support for the Wolfson Microelectronics 1133-EV1 PMU
  23. and audio module for the MX31ADS platform.
  24. config MACH_PCM037
  25. bool "Support Phytec pcm037 (i.MX31) platforms"
  26. select ARCH_MX31
  27. help
  28. Include support for Phytec pcm037 platform. This includes
  29. specific configurations for the board and its peripherals.
  30. config MACH_MX31LITE
  31. bool "Support MX31 LITEKIT (LogicPD)"
  32. select ARCH_MX31
  33. default n
  34. help
  35. Include support for MX31 LITEKIT platform. This includes specific
  36. configurations for the board and its peripherals.
  37. config MACH_MX31_3DS
  38. bool "Support MX31PDK (3DS)"
  39. select ARCH_MX31
  40. default n
  41. help
  42. Include support for MX31PDK (3DS) platform. This includes specific
  43. configurations for the board and its peripherals.
  44. config MACH_MX31MOBOARD
  45. bool "Support mx31moboard platforms (EPFL Mobots group)"
  46. select ARCH_MX31
  47. default n
  48. help
  49. Include support for mx31moboard platform. This includes specific
  50. configurations for the board and its peripherals.
  51. config MACH_QONG
  52. bool "Support Dave/DENX QongEVB-LITE platform"
  53. select ARCH_MX31
  54. default n
  55. help
  56. Include support for Dave/DENX QongEVB-LITE platform. This includes
  57. specific configurations for the board and its peripherals.
  58. endif