From 8e62ecb60e35ea15451bb1051b8a0e12da7080b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 5 May 2018 20:08:29 +0200 Subject: riscv: try gcc8 + riscv-kernel --- target/linux/config/Config.in.virtio | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/config') 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 -- cgit v1.2.3