summaryrefslogtreecommitdiff
path: root/drivers/peci/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/peci/busses/Kconfig')
-rw-r--r--drivers/peci/busses/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/peci/busses/Kconfig b/drivers/peci/busses/Kconfig
index 20a1a7472d96..8e6a602c879d 100644
--- a/drivers/peci/busses/Kconfig
+++ b/drivers/peci/busses/Kconfig
@@ -44,4 +44,17 @@ config PECI_MCTP
This support is also available as a module. If so, the module
will be called peci-mctp.
+config PECI_I3C
+ tristate "PECI over MCTP over I3C support"
+ depends on I3C
+ depends on PECI
+ depends on I3C_MCTP
+
+ help
+ Say Y here if you want support for the Platform Environment Control
+ Interface (PECI) over MCTP over I3C bus adapter driver.
+
+ This support is also available as a module. If so, the module
+ will be called peci-i3c
+
endmenu