浏览代码

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>
Michael S. Tsirkin 9 年之前
父节点
当前提交
48783646bd
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/misc/mic/Kconfig

+ 4 - 0
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