diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-05 20:54:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-05 20:54:31 +0200 |
commit | a25ea84c1728d5f1db8c092fcf2127831b8b1184 (patch) | |
tree | 07b3fdd9492e6f5e31868f8edad8b4947c9eba1e /target | |
parent | 17c0128a48668c677ba612a06a42755e8f42e5b8 (diff) |
disable 8250_cs for qemu
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.pcmcia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.pcmcia b/target/linux/config/Config.in.pcmcia index 102ce2cef..eb5595272 100644 --- a/target/linux/config/Config.in.pcmcia +++ b/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 |