From 48783646bdd9311fb754895854433be9bb189b0a Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 2 Aug 2016 02:56:01 +0300 Subject: 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(+) (limited to 'drivers/misc/mic') diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig index 89e5917..355bcdd 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 -- cgit v1.1 From 4d93824561057d54712066544609dfc7453b210f Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 2 Aug 2016 03:03:35 +0300 Subject: vhost: split out vringh Kconfig vringh is pulled in by caif and mic, but the other vhost config does not need to be there. In particular, it makes no sense to have vhost net/scsi/sock under caif/mic. Create a separate Kconfig file and put vringh bits there. Signed-off-by: Michael S. Tsirkin --- drivers/misc/mic/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/misc/mic') diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig index 355bcdd..6fd9d36 100644 --- a/drivers/misc/mic/Kconfig +++ b/drivers/misc/mic/Kconfig @@ -148,5 +148,5 @@ config VOP . if VOP -source "drivers/vhost/Kconfig" +source "drivers/vhost/Kconfig.vringh" endif -- cgit v1.1