Kconfig 201 B

1234567891011121314
  1. if ARCH_MX1
  2. comment "MX1 Platforms"
  3. config MACH_MXLADS
  4. bool
  5. config ARCH_MX1ADS
  6. bool "MX1ADS platform"
  7. select MACH_MXLADS
  8. help
  9. Say Y here if you are using Motorola MX1ADS/MXLADS boards
  10. endif