summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.virtio
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-03 15:46:47 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-07 20:44:04 +0100
commit9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch)
treeb1c2eee95a3b475748c89d0075f604bb159a3271 /target/linux/config/Config.in.virtio
parenta4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff)
add support for waldux
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.