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