[RFC PATCH 3/4] PCI/DOE: Add DOE mailbox support for endpoint functions
Niklas Cassel
cassel at kernel.org
Fri Feb 13 05:21:32 PST 2026
On Fri, Feb 13, 2026 at 06:06:02PM +0530, Aksh Garg wrote:
(snip)
> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
> index e3f848ffb52a..2a57a314054c 100644
> --- a/drivers/pci/Kconfig
> +++ b/drivers/pci/Kconfig
> @@ -146,6 +146,20 @@ config PCI_DOE
> Say Y here if you want be able to communicate with PCIe DOE
> mailboxes.
>
> +config PCI_DOE_EP
> + bool "PCI Endpoint Data Object Exchange (DOE) support"
> + depends on PCI_ENDPOINT
> + help
> + This enables support for Data Object Exchange (DOE) protocol
> + on PCI Endpoint controllers. It provides a communication
> + mechanism through mailboxes, primarily used for PCIe security
> + features.
> +
> + Say Y here if you want be able to communicate using PCIe DOE
> + mailboxes.
> +
> + If unsure, say N.
> +
I think this new Kconfig should live in:
drivers/pci/endpoint/Kconfig
Kind regards,
Niklas
More information about the linux-arm-kernel
mailing list