From 7e84bc29b291e4d7456783754cdf84dbd056ef34 Mon Sep 17 00:00:00 2001 From: Rob Barnes Date: Fri, 6 Aug 2021 11:31:11 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078049 Tested-by: Rob Barnes Commit-Queue: Raul E Rangel Reviewed-by: Fanli Zhou Reviewed-by: Raul E Rangel --- include/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 43df9737fd..a6bd31276d 100644 --- a/include/config.h +++ b/include/config.h @@ -1296,6 +1296,9 @@ /* Redefine when we need a different power-on sequence on the same chipset. */ #define CONFIG_CHIPSET_POWER_SEQ_VERSION 0 +/* AMD Side-Band Remote Management Interface (SB-RMI) support */ +#undef CONFIG_AMD_SB_RMI + /*****************************************************************************/ /* * Chip config for clock circuitry -- cgit v1.2.1