vfio-mdev: turn VFIO_MDEV into a selectable symbol
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2023 09:10:07 +0000 (10:10 +0100)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 23 Jan 2023 18:26:29 +0000 (11:26 -0700)
commit8bf8c5ee1f3863d944c1d8c29335f0c790b4f851
tree0acaf6ba055e2b2f6e8fbfbc65934e6a66ad6275
parent6b182403ee45ed579db544d074d2acf344025f71
vfio-mdev: turn VFIO_MDEV into a selectable symbol

VFIO_MDEV is just a library with helpers for the drivers.  Stop making
it a user choice and just select it by the drivers that use the helpers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Tony Krowiak <akrowiak@linux.ibm.com>
Link: https://lore.kernel.org/r/20230110091009.474427-3-hch@lst.de
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Documentation/s390/vfio-ap.rst
arch/s390/Kconfig
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
drivers/gpu/drm/i915/Kconfig
drivers/vfio/mdev/Kconfig
samples/Kconfig