summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
diff options
context:
space:
mode:
authorMichael S. Tsirkin2016-08-02 01:56:01 +0200
committerMichael S. Tsirkin2016-08-02 01:57:27 +0200
commit48783646bdd9311fb754895854433be9bb189b0a (patch)
tree2a374c4629fb05a41eb2529b73354beb6f776f81 /drivers/misc/mic
parentvirtio: new feature to detect IOMMU device quirk (diff)
downloadkernel-qcow2-linux-48783646bdd9311fb754895854433be9bb189b0a.tar.gz
kernel-qcow2-linux-48783646bdd9311fb754895854433be9bb189b0a.tar.xz
kernel-qcow2-linux-48783646bdd9311fb754895854433be9bb189b0a.zip
vop: pull in vhost Kconfig
VOP selects VHOST_RING. Pull in Kconfig that includes it to make it self-containing. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/misc/mic')
-rw-r--r--drivers/misc/mic/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig
index 89e5917e1c33..355bcddb3ed4 100644
--- a/drivers/misc/mic/Kconfig
+++ b/drivers/misc/mic/Kconfig
@@ -146,3 +146,7 @@ config VOP
More information about the Intel MIC family as well as the Linux
OS and tools for MIC to use with this driver are available from
<http://software.intel.com/en-us/mic-developer>.
+
+if VOP
+source "drivers/vhost/Kconfig"
+endif