diff options
author | Michael S. Tsirkin | 2020-04-23 08:36:57 -0400 |
---|---|---|
committer | Michael S. Tsirkin | 2020-06-02 02:45:13 -0400 |
commit | 213e77213867e4edbdb342c37ea822feedf4608f (patch) | |
tree | 8c5b992e418b1af4f5dce51eedfb06ed49ceb96c /drivers/vdpa | |
parent | a865e420b9561235851c3f5d483c82ef389d29bd (diff) |
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/vdpa')
-rw-r--r-- | drivers/vdpa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig index e8140065c8a5..3e1ceb8e9f2b 100644 --- a/drivers/vdpa/Kconfig +++ b/drivers/vdpa/Kconfig @@ -10,7 +10,7 @@ if VDPA config VDPA_SIM tristate "vDPA device simulator" - depends on RUNTIME_TESTING_MENU && HAS_DMA && VHOST_DPN + depends on RUNTIME_TESTING_MENU && HAS_DMA select VHOST_RING default n help |