Kconfig 628 B

12345678910111213141516171819202122232425
  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. endmenu