summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.virtio
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.virtio')
-rw-r--r--target/linux/config/Config.in.virtio7
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