diff mbox series

[v7,3/3] PCI/DOE: Allow enabling DOE without CXL

Message ID 20230904054329.865151-3-alistair.francis@wdc.com (mailing list archive)
State Superseded
Delegated to: Bjorn Helgaas
Headers show
Series [v7,1/3] PCI/DOE: Rename DOE protocol to feature | expand

Commit Message

Alistair Francis Sept. 4, 2023, 5:43 a.m. UTC
PCIe devices (not CXL) can support DOE as well, so allow DOE to be
enabled even if CXL isn't.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
v7:
 - Initial patch

 drivers/pci/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Jonathan Cameron Sept. 4, 2023, 3:18 p.m. UTC | #1
On Mon,  4 Sep 2023 15:43:29 +1000
Alistair Francis <alistair23@gmail.com> wrote:

> PCIe devices (not CXL) can support DOE as well, so allow DOE to be
> enabled even if CXL isn't.

But surely everyone enables CXL? :)

> 
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

> ---
> v7:
>  - Initial patch
> 
>  drivers/pci/Kconfig | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
> index 49bd09c7dd0a..a1223f46a902 100644
> --- a/drivers/pci/Kconfig
> +++ b/drivers/pci/Kconfig
> @@ -117,7 +117,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
diff mbox series

Patch

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 49bd09c7dd0a..a1223f46a902 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -117,7 +117,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