Sfoglia il codice sorgente

disable 8250_cs for qemu

Waldemar Brodkorb 11 anni fa
parent
commit
a25ea84c17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      target/linux/config/Config.in.pcmcia

+ 1 - 1
target/linux/config/Config.in.pcmcia

@@ -44,6 +44,6 @@ config ADK_KERNEL_SERIAL_8250_CS
 	tristate
 	default n
 	select ADK_KERNEL_SERIAL_8250_SHARE_IRQ
-	depends on ADK_KERNEL_PCMCIA
+	depends on ADK_KERNEL_PCMCIA || !ADK_TARGET_QEMU
 
 endmenu