On Fri, Sep 27, 2024 at 04:56:49PM -0500, Wei Huang wrote: > --- a/drivers/pci/Kconfig > +++ b/drivers/pci/Kconfig > @@ -173,6 +173,16 @@ config PCI_PASID > > If unsure, say N. > > +config PCIE_TPH > + bool "TLP Processing Hints" > + default n Nit: "n" is already the default, so this line can be omitted. Thanks, Lukas