mbox series

[v2,0/2] vhost: add kconfig dependencies

Message ID 20200406121233.109889-1-mst@redhat.com (mailing list archive)
Headers show
Series vhost: add kconfig dependencies | expand

Message

Michael S. Tsirkin April 6, 2020, 12:12 p.m. UTC
Add kconfig dependencies to disable vhost on configs where build
currently fails.  It might be worth it to go back and fix the build
there down the road.

Changes from v1:
	add patch to disable build with ARM OABI

Michael S. Tsirkin (2):
  vdpa-sim: depend on HAS_DMA
  vhost: disable for OABI

 drivers/misc/mic/Kconfig |  2 +-
 drivers/net/caif/Kconfig |  2 +-
 drivers/vdpa/Kconfig     |  2 +-
 drivers/vhost/Kconfig    | 17 +++++++++++++----
 4 files changed, 16 insertions(+), 7 deletions(-)