瀏覽代碼

disable 8250_cs for qemu

Waldemar Brodkorb 10 年之前
父節點
當前提交
a25ea84c17
共有 1 個文件被更改,包括 1 次插入1 次删除
  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