Browse Source

disable 8250_cs for qemu

Waldemar Brodkorb 10 years ago
parent
commit
a25ea84c17
1 changed files with 1 additions and 1 deletions
  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