Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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_PCM037
  10. bool "Support Phytec pcm037 platforms"
  11. help
  12. Include support for Phytec pcm037 platform. This includes
  13. specific configurations for the board and its peripherals.
  14. config MACH_MX31LITE
  15. bool "Support MX31 LITEKIT (LogicPD)"
  16. default n
  17. help
  18. Include support for MX31 LITEKIT platform. This includes specific
  19. configurations for the board and its peripherals.
  20. config MACH_MX31_3DS
  21. bool "Support MX31PDK (3DS)"
  22. default n
  23. help
  24. Include support for MX31PDK (3DS) platform. This includes specific
  25. configurations for the board and its peripherals.
  26. config MACH_MX31MOBOARD
  27. bool "Support mx31moboard platforms (EPFL Mobots group)"
  28. default n
  29. help
  30. Include support for mx31moboard platform. This includes specific
  31. configurations for the board and its peripherals.
  32. endmenu