On Tue, Aug 26, 2025 at 05:03:39PM -0700, Randy Dunlap wrote:
On 8/26/25 10:18 AM, Jason Gunthorpe wrote:
diff --git a/drivers/iommu/generic_pt/Kconfig b/drivers/iommu/generic_pt/Kconfig index c35ddc7c827e92..1867e8d74b4be9 100644 --- a/drivers/iommu/generic_pt/Kconfig +++ b/drivers/iommu/generic_pt/Kconfig @@ -29,4 +29,16 @@ config IOMMU_PT IOMMU_PT provides an implementation of the page table operations related struct iommu_domain using GENERIC_PT to abstract the page table format.
+if IOMMU_PT +config IOMMU_PT_AMDV1
- tristate "IOMMU page table for 64 bit AMD IOMMU v1"
64-bit
Fixed them, thanks
Jason