summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-08-06 11:31:11 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-16 22:45:32 +0000
commit7e84bc29b291e4d7456783754cdf84dbd056ef34 (patch)
tree70ef69610d36ec7fb84633a0a1352ad3c0886176 /zephyr/Kconfig
parent1d05e965306e0575021ab3a369d7aae6f3fb1590 (diff)
downloadchrome-ec-7e84bc29b291e4d7456783754cdf84dbd056ef34.tar.gz
driver/sb_rmi: Add AMD SB-RMI driver
Add Side-Band Remote Management Interface driver. SB-RMI can be used to manage power limits of the SOC. SB-RMI uses a soft mail box for executing transactions. BUG=b:176994331 TEST=Build BRANCH=None Change-Id: Ie185985e4c8d2c2d915b2ae2447709ddc16adda6 Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078049 Tested-by: Rob Barnes <robcb85@gmail.com> Commit-Queue: Raul E Rangel <rrangel@chromium.org> Reviewed-by: Fanli Zhou <fanliccc@gmail.com> Reviewed-by: Raul E Rangel <rrangel@chromium.org>
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