summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 05b9d5d055..b11031b8b4 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -794,4 +794,12 @@ config PLATFORM_EC_HOST_COMMAND_STATUS
command finishes processing, and the AP may then inquire the status
of the current command and/or the result of the previous command.
+config PLATFORM_EC_AMD_SB_RMI
+ bool "Enable driver for AMD SB-RMI interface"
+ help
+ AMD platforms provide the Side-Band Remote Management Interface.
+ SB-RMI provides an interface for an external SMBus master to perform
+ tasks such as managing power consumption and power limits of the CPU
+ socket.
+
endif # PLATFORM_EC