diff options
author | Alistair Francis <alistair@alistair23.me> | 2025-03-06 17:52:11 +1000 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-21 16:36:34 -0500 |
commit | 6fc6ded50ffc09a5cb3a9ec22dd1976401ea0bbc (patch) | |
tree | 368d1653454384d7c8a92f9ff5625b21370bd776 | |
parent | 2311ab1820fed26caf0095d38ade892770ea574d (diff) |
PCI/DOE: Allow enabling DOE without CXL
PCIe devices (not CXL) can support DOE as well, so allow DOE to be enabled
even if CXL isn't.
Link: https://lore.kernel.org/r/20250306075211.1855177-4-alistair@alistair23.me
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | drivers/pci/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 2fbd379923fd..fff4f3c6f6d3 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -122,7 +122,10 @@ config PCI_ATS bool config PCI_DOE - bool + bool "Enable PCI Data Object Exchange (DOE) support" + help + Say Y here if you want be able to communicate with PCIe DOE + mailboxes. config PCI_ECAM bool |