Kconfig 1.1 KB

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