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 help 8 Side band RMI over I2C support for AMD out of band management. 9 This driver is intended to run on the BMC, not the managed node. 10 11 This driver can also be built as a module. If so, the module will 12 be called sbrmi-i2c. 13 14config AMD_SBRMI_HWMON 15 bool "SBRMI hardware monitoring" 16 depends on AMD_SBRMI_I2C && HWMON 17 depends on !(AMD_SBRMI_I2C=y && HWMON=m) 18 help 19 This provides support for RMI device hardware monitoring. If enabled, 20 a hardware monitoring device will be created for each socket in 21 the system. 22