aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorSudeep Dutt <sudeep.dutt@intel.com>2016-04-04 21:32:30 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-30 13:52:16 -0700
commit9c88345e68922a72060317af2b5dc678915ab6d6 (patch)
tree7bd5d55049703bb9f767f4c1e203e7244a2101ba /drivers/misc
parentmisc: mic: Fix for double fetch security bug in VOP driver (diff)
downloadlinux-dev-9c88345e68922a72060317af2b5dc678915ab6d6.tar.xz
linux-dev-9c88345e68922a72060317af2b5dc678915ab6d6.zip
misc: mic: Fix randconfig build error
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 <fengguang.wu@intel.com> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/mic/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig
index 2e4f3ba75c8e..89e5917e1c33 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