Kconfig 188 B

1234567891011
  1. menu "IMX Implementations"
  2. depends on ARCH_IMX
  3. config ARCH_MX1ADS
  4. bool "mx1ads"
  5. depends on ARCH_IMX
  6. select ISA
  7. help
  8. Say Y here if you are using the Motorola MX1ADS board
  9. endmenu