Fixes randconfig build error reported at
https://lkml.org/lkml/2016/4/3/135 by ensuring that
the VOP driver selects VIRTIO.

Reported-by: Fengguang Wu <[email protected]>
Reviewed-by: Ashutosh Dixit <[email protected]>
Signed-off-by: Sudeep Dutt <[email protected]>
---
 drivers/misc/mic/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig
index 2e4f3ba..89e5917 100644
--- a/drivers/misc/mic/Kconfig
+++ b/drivers/misc/mic/Kconfig
@@ -132,6 +132,7 @@ config VOP
        tristate "VOP Driver"
        depends on 64BIT && PCI && X86 && VOP_BUS
        select VHOST_RING
+       select VIRTIO
        help
          This enables VOP (Virtio over PCIe) Driver support for the Intel
          Many Integrated Core (MIC) family of PCIe form factor coprocessor
-- 
1.8.2.1

Reply via email to