Kconfig 239 B

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