diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-24 00:11:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-24 00:11:25 +0200 |
commit | a039013174a6bb6a35ac06ec031d54fa9ca973f5 (patch) | |
tree | 145235993d11ebd8f74d39240f84f1542d5fe178 /target/linux/config/Config.in.ethernet | |
parent | 46c9837cf02a569fffe322dd6b6a007d8724cda7 (diff) |
iommu problem in qemu is fixed, pata support now works in qemu-system-sparc64
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 982d1cd76..84474ba33 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -154,7 +154,8 @@ config ADK_KERNEL_NE2K_PCI select ADK_KERNEL_NET_VENDOR_NATSEMI select ADK_KERNEL_NET_VENDOR_8390 select ADK_KERNEL_MII - depends on ADK_TARGET_WITH_PCI + depends on ADK_TARGET_WITH_PCI || ADK_TARGET_SYSTEM_QEMU_SPARC64 + default y if ADK_TARGET_SYSTEM_QEMU_SPARC64 default n help NE2000 PCI driver |