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.virtio32
1 files changed, 16 insertions, 16 deletions
diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio
index 816f1670c..cd1d914ee 100644
--- a/target/linux/config/Config.in.virtio
+++ b/target/linux/config/Config.in.virtio
@@ -4,39 +4,39 @@
menu "Virtio driver support"
depends on ADK_TARGET_WITH_VIRTIO || ADK_TARGET_QEMU
-config ADK_KERNEL_VIRTIO
+config ADK_LINUX_KERNEL_VIRTIO
bool
-config ADK_KERNEL_VIRTIO_CONSOLE
+config ADK_LINUX_KERNEL_VIRTIO_CONSOLE
bool
-config ADK_KERNEL_VIRTIO_PCI_LEGACY
+config ADK_LINUX_KERNEL_VIRTIO_PCI_LEGACY
bool
-config ADK_KERNEL_VIRTIO_PCI
+config ADK_LINUX_KERNEL_VIRTIO_PCI
bool
-config ADK_KERNEL_VIRTIO_MMIO
+config ADK_LINUX_KERNEL_VIRTIO_MMIO
bool
-config ADK_KERNEL_VIRTIO_NET
+config ADK_LINUX_KERNEL_VIRTIO_NET
tristate "Virtio net driver"
- select ADK_KERNEL_VIRTIO
- select ADK_KERNEL_VIRTIO_MMIO
- select ADK_KERNEL_VIRTIO_PCI
- select ADK_KERNEL_VIRTIO_PCI_LEGACY
+ select ADK_LINUX_KERNEL_VIRTIO
+ select ADK_LINUX_KERNEL_VIRTIO_MMIO
+ select ADK_LINUX_KERNEL_VIRTIO_PCI
+ select ADK_LINUX_KERNEL_VIRTIO_PCI_LEGACY
default y if ADK_TARGET_SYSTEM_QEMU_S390
default n
help
Enables support for Virtio Net driver.
-config ADK_KERNEL_VIRTIO_BLK
+config ADK_LINUX_KERNEL_VIRTIO_BLK
tristate "Virtio block driver"
- select ADK_KERNEL_VIRTIO
- select ADK_KERNEL_VIRTIO_PCI
- select ADK_KERNEL_VIRTIO_PCI_LEGACY
- select ADK_KERNEL_VIRTIO_MMIO
- select ADK_KERNEL_BLK_DEV
+ select ADK_LINUX_KERNEL_VIRTIO
+ select ADK_LINUX_KERNEL_VIRTIO_PCI
+ select ADK_LINUX_KERNEL_VIRTIO_PCI_LEGACY
+ select ADK_LINUX_KERNEL_VIRTIO_MMIO
+ select ADK_LINUX_KERNEL_BLK_DEV
default n
help
Enables support for Virtio Block driver.