Kconfig 935 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. comment "MX2 family CPU support"
  2. depends on ARCH_MX2
  3. config MACH_MX27
  4. bool "i.MX27 support"
  5. depends on ARCH_MX2
  6. help
  7. This enables support for Freescale's MX2 based i.MX27 processor.
  8. comment "MX2 Platforms"
  9. depends on ARCH_MX2
  10. config MACH_MX27ADS
  11. bool "MX27ADS platform"
  12. depends on MACH_MX27
  13. help
  14. Include support for MX27ADS platform. This includes specific
  15. configurations for the board and its peripherals.
  16. config MACH_PCM038
  17. bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
  18. depends on MACH_MX27
  19. help
  20. Include support for phyCORE-i.MX27 (aka pcm038) platform. This
  21. includes specific configurations for the module and its peripherals.
  22. choice
  23. prompt "Baseboard"
  24. depends on MACH_PCM038
  25. default MACH_PCM970_BASEBOARD
  26. config MACH_PCM970_BASEBOARD
  27. prompt "PHYTEC PCM970 development board"
  28. bool
  29. help
  30. This adds board specific devices that can be found on Phytec's
  31. PCM970 evaluation board.
  32. endchoice