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