summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-05 20:08:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-06 12:45:15 +0200
commit8e62ecb60e35ea15451bb1051b8a0e12da7080b1 (patch)
tree73ec77b83c6e1b4bc8137518555fb4d2f66d625a /target/linux/config
parente32d2d5bf1bb8de93e8638fad75283710fb0f15a (diff)
riscv: try gcc8 + riscv-kernel
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.virtio5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio
index cd1d914ee..526e2920e 100644
--- a/target/linux/config/Config.in.virtio
+++ b/target/linux/config/Config.in.virtio
@@ -4,6 +4,9 @@
menu "Virtio driver support"
depends on ADK_TARGET_WITH_VIRTIO || ADK_TARGET_QEMU
+config ADK_LINUX_KERNEL_VIRTIO_MENU
+ bool
+
config ADK_LINUX_KERNEL_VIRTIO
bool
@@ -22,6 +25,7 @@ config ADK_LINUX_KERNEL_VIRTIO_MMIO
config ADK_LINUX_KERNEL_VIRTIO_NET
tristate "Virtio net driver"
select ADK_LINUX_KERNEL_VIRTIO
+ select ADK_LINUX_KERNEL_VIRTIO_MENU
select ADK_LINUX_KERNEL_VIRTIO_MMIO
select ADK_LINUX_KERNEL_VIRTIO_PCI
select ADK_LINUX_KERNEL_VIRTIO_PCI_LEGACY
@@ -33,6 +37,7 @@ config ADK_LINUX_KERNEL_VIRTIO_NET
config ADK_LINUX_KERNEL_VIRTIO_BLK
tristate "Virtio block driver"
select ADK_LINUX_KERNEL_VIRTIO
+ select ADK_LINUX_KERNEL_VIRTIO_MENU
select ADK_LINUX_KERNEL_VIRTIO_PCI
select ADK_LINUX_KERNEL_VIRTIO_PCI_LEGACY
select ADK_LINUX_KERNEL_VIRTIO_MMIO