Skip to content

Commit 6fc6ded

Browse files
alistair23bjorn-helgaas
authored andcommitted
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/[email protected] Signed-off-by: Alistair Francis <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]>
1 parent 2311ab1 commit 6fc6ded

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/pci/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ config PCI_ATS
122122
bool
123123

124124
config PCI_DOE
125-
bool
125+
bool "Enable PCI Data Object Exchange (DOE) support"
126+
help
127+
Say Y here if you want be able to communicate with PCIe DOE
128+
mailboxes.
126129

127130
config PCI_ECAM
128131
bool

0 commit comments

Comments
 (0)