serial: 8250_mid: make module available only on X86
[deliverable/linux.git] / drivers / tty / serial / 8250 / Kconfig
index 4d7cb9c04fce73b93db59fdaed5832310aaaff44..7f33d3494cea77593637b18fcba07832eeeffa03 100644 (file)
@@ -398,8 +398,10 @@ config SERIAL_8250_INGENIC
          its UARTs, say Y to this option. If unsure, say N.
 
 config SERIAL_8250_MID
-       tristate "Support for serial ports on Intel MID platforms"
+       tristate "Support for serial ports on Intel MID platforms" if EXPERT
+       default SERIAL_8250
        depends on SERIAL_8250 && PCI
+       depends on X86 || COMPILE_TEST
        select HSU_DMA if SERIAL_8250_DMA
        select HSU_DMA_PCI if (HSU_DMA && X86_INTEL_MID)
        select RATIONAL
This page took 0.03017 seconds and 5 git commands to generate.