On Tue, Aug 26, 2025 at 04:38:41PM -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 57dc81060f9f0d..8665a1d4299b7a 100644 > > --- a/drivers/iommu/generic_pt/Kconfig > > +++ b/drivers/iommu/generic_pt/Kconfig > > @@ -41,10 +41,21 @@ config IOMMU_PT_AMDV1 > > > > Selected automatically by an IOMMU driver that uses this format. > > > > +config IOMMU_PT_X86_64 > > + tristate "IOMMU page table for x86 64 bit, 4/5 levels" > > 64-bit, > and use tab to indent, not spaces. All fixed thanks Jason