projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf292b
)
misc: mic: Fix randconfig build error
author
Sudeep Dutt
<
[email protected]
>
Tue, 5 Apr 2016 04:32:30 +0000
(21:32 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 30 Apr 2016 20:52:16 +0000
(13:52 -0700)
Fixes randconfig build error reported at
https://lkml.org/lkml/2016/4/3/135 by ensuring that
the VOP driver selects VIRTIO.
Reported-by: Fengguang Wu <
[email protected]
>
Reviewed-by: Ashutosh Dixit <
[email protected]
>
Signed-off-by: Sudeep Dutt <
[email protected]
>
Acked-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/misc/mic/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/mic/Kconfig
b/drivers/misc/mic/Kconfig
index 2e4f3ba75c8e28663815049ad22cd95b33ab9816..89e5917e1c33d44243b4691f5ecaf1e66c51f43a 100644
(file)
--- a/
drivers/misc/mic/Kconfig
+++ b/
drivers/misc/mic/Kconfig
@@
-132,6
+132,7
@@
config VOP
tristate "VOP Driver"
depends on 64BIT && PCI && X86 && VOP_BUS
select VHOST_RING
+ select VIRTIO
help
This enables VOP (Virtio over PCIe) Driver support for the Intel
Many Integrated Core (MIC) family of PCIe form factor coprocessor