On Tue, Jan 10, 2023 at 10:10:07AM +0100, Christoph Hellwig wrote: > 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@xxxxxx> > --- > Documentation/s390/vfio-ap.rst | 1 - > arch/s390/Kconfig | 6 ++++-- > arch/s390/configs/debug_defconfig | 1 - > arch/s390/configs/defconfig | 1 - > drivers/gpu/drm/i915/Kconfig | 2 +- > drivers/vfio/mdev/Kconfig | 8 +------- > samples/Kconfig | 6 +++--- > 7 files changed, 9 insertions(+), 16 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason