From: Jason Gunthorpe jgg@nvidia.com 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 tablesIOMMU_PT provides an implementation of the page tableoperations
related struct iommu_domain using GENERIC_PT to abstract thepage
table format.
"operations related to struct iommu_domain", and probably split the long sentence
Reviewed-by: Kevin Tian kevin.tian@intel.com