1# SPDX-License-Identifier: GPL-2.0-only 2config AMD_SBRMI_I2C 3 tristate "AMD side band RMI support" 4 depends on I2C 5 depends on ARM || ARM64 || COMPILE_TEST 6 select REGMAP_I2C 7 depends on I3C || !I3C 8 select REGMAP_I3C if I3C 9 help 10 Side band RMI over I2C/I3C support for AMD out of band management. 11 This driver is intended to run on the BMC, not the managed node. 12 13 This driver can also be built as a module. If so, the module will 14 be called sbrmi-i2c. 15 16config AMD_SBRMI_HWMON 17 bool "SBRMI hardware monitoring" 18 depends on AMD_SBRMI_I2C && HWMON 19 depends on !(AMD_SBRMI_I2C=y && HWMON=m) 20 help 21 This provides support for RMI device hardware monitoring. If enabled, 22 a hardware monitoring device will be created for each socket in 23 the system. 24