Kconfig 427 B

123456789101112131415161718
  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.