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