# SPDX-License-Identifier: GPL-2.0-only config AMD_SBRMI_I2C tristate "AMD side band RMI support" depends on I2C depends on ARM || ARM64 || COMPILE_TEST select REGMAP_I2C depends on I3C || !I3C select REGMAP_I3C if I3C help Side band RMI over I2C/I3C support for AMD out of band management. This driver is intended to run on the BMC, not the managed node. This driver can also be built as a module. If so, the module will be called sbrmi-i2c. config AMD_SBRMI_HWMON bool "SBRMI hardware monitoring" depends on AMD_SBRMI_I2C && HWMON depends on !(AMD_SBRMI_I2C=y && HWMON=m) help This provides support for RMI device hardware monitoring. If enabled, a hardware monitoring device will be created for each socket in the system.