Ver Fonte

disable 8250_cs for qemu

Waldemar Brodkorb há 10 anos atrás
pai
commit
a25ea84c17
1 ficheiros alterados com 1 adições e 1 exclusões
  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