diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-08-02 02:56:01 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-08-02 02:57:27 +0300 |
commit | 48783646bdd9311fb754895854433be9bb189b0a (patch) | |
tree | 2a374c4629fb05a41eb2529b73354beb6f776f81 /drivers | |
parent | 1a937693993ff10d7e80cca6ddd55f3000aa6376 (diff) | |
download | linux-48783646bdd9311fb754895854433be9bb189b0a.tar.gz linux-48783646bdd9311fb754895854433be9bb189b0a.tar.bz2 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')
-rw-r--r-- | drivers/misc/mic/Kconfig | 4 |
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 |