projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a93769
)
vop: pull in vhost Kconfig
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 1 Aug 2016 23:56:01 +0000
(
02:56
+0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 1 Aug 2016 23:57:27 +0000
(
02:57
+0300)
VOP selects VHOST_RING. Pull in Kconfig that includes it
to make it self-containing.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/misc/mic/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/mic/Kconfig
b/drivers/misc/mic/Kconfig
index 89e5917e1c33d44243b4691f5ecaf1e66c51f43a..355bcddb3ed437f553c4b66e739a03a9fa436392 100644
(file)
--- 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