diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-13 18:00:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-13 18:01:29 +0200 |
commit | 1c698117789ea48479e3efd7106096382201d744 (patch) | |
tree | f9e74765e1810da0355780d72dddb94c450e4c80 /target/linux/config | |
parent | 306aa03deba3b680a18cb78966dde9f5e212862d (diff) |
fix networkin in qemu-system-aarch64
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.virtio | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio index 91e712d5c..c7355ba4d 100644 --- a/target/linux/config/Config.in.virtio +++ b/target/linux/config/Config.in.virtio @@ -1,6 +1,4 @@ menu "Virtio driver support" -depends on !ADK_TARGET_QEMU_WITH_VIRTIO && ADK_TARGET_QEMU -depends on !ADK_TARGET_SYSTEM_QEMU_ARM config ADK_KERNEL_VIRTIO boolean @@ -8,10 +6,14 @@ config ADK_KERNEL_VIRTIO config ADK_KERNEL_VIRTIO_PCI boolean +config ADK_KERNEL_VIRTIO_MMIO + boolean + config ADK_KERNEL_VIRTIO_NET prompt "Virtio net driver" tristate select ADK_KERNEL_VIRTIO + select ADK_KERNEL_VIRTIO_MMIO select ADK_KERNEL_VIRTIO_PCI default n help @@ -22,6 +24,7 @@ config ADK_KERNEL_VIRTIO_BLK tristate select ADK_KERNEL_VIRTIO select ADK_KERNEL_VIRTIO_PCI + select ADK_KERNEL_VIRTIO_MMIO select ADK_KERNEL_BLK_DEV default n help |