diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-04-23 15:36:57 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-06-02 09:45:13 +0300 |
commit | 213e77213867e4edbdb342c37ea822feedf4608f (patch) | |
tree | 8c5b992e418b1af4f5dce51eedfb06ed49ceb96c /drivers/misc | |
parent | a865e420b9561235851c3f5d483c82ef389d29bd (diff) | |
download | linux-213e77213867e4edbdb342c37ea822feedf4608f.tar.xz |
vhost: revert "vhost: disable for OABI"
This reverts commit d085eb8ce727 ("vhost: disable for OABI")
With commit "virtio: force spec specified alignment on types"
in place, we force proper alignment for all structures,
so there's no longer a reason to blacklist OABI.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/mic/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mic/Kconfig b/drivers/misc/mic/Kconfig index 3bfe72c59864..8f201d019f5a 100644 --- a/drivers/misc/mic/Kconfig +++ b/drivers/misc/mic/Kconfig @@ -116,7 +116,7 @@ config MIC_COSM config VOP tristate "VOP Driver" - depends on VOP_BUS && VHOST_DPN + depends on VOP_BUS select VHOST_RING select VIRTIO help |