From 48783646bdd9311fb754895854433be9bb189b0a Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 2 Aug 2016 02:56:01 +0300 Subject: [PATCH] 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 --- drivers/misc/mic/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 . + +if VOP +source "drivers/vhost/Kconfig" +endif -- 2.20.1