Re: [PATCH V6 1/5] PCI: Add TLP Processing Hints (TPH) support

From: Lukas Wunner
Date: Wed Oct 02 2024 - 08:46:41 EST


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