On Mon, May 01, 2023 at 02:11:28PM -0300, Jason Gunthorpe wrote: > These don't do anything anymore, the only user of the symbol was > VFIO_CCW/AP which already "depends on VFIO" and VFIO itself selects > IOMMU_API. > > When this was added VFIO was wrongly doing "depends on IOMMU_API" which > required some contortions like this to ensure IOMMU_API was turned on. > > Reviewed-by: Eric Farman <farman@xxxxxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > Documentation/s390/vfio-ap.rst | 1 - > arch/s390/Kconfig | 3 +-- > arch/s390/configs/debug_defconfig | 2 -- > arch/s390/configs/defconfig | 2 -- > drivers/iommu/Kconfig | 16 ---------------- > 5 files changed, 1 insertion(+), 23 deletions(-) Applied, Thanks you!