> From: Jason Gunthorpe <[email protected]> > Sent: Wednesday, October 8, 2025 12:12 AM > + > +config IOMMU_PT > + tristate "IOMMU Page Tables" > + select IOMMU_API > + depends on IOMMU_SUPPORT > + depends on GENERIC_PT > + help > + Generic library for building IOMMU page tables > + > + IOMMU_PT provides an implementation of the page table > operations > + related struct iommu_domain using GENERIC_PT to abstract the > page > + table format.
"operations related to struct iommu_domain", and probably split the long sentence Reviewed-by: Kevin Tian <[email protected]>
