1e1565867SAkshay Gupta# SPDX-License-Identifier: GPL-2.0-only 2e1565867SAkshay Guptaconfig AMD_SBRMI_I2C 3e1565867SAkshay Gupta tristate "AMD side band RMI support" 4*663eb876SArnd Bergmann depends on I3C_OR_I2C 570ad06dfSJean Delvare depends on ARM || ARM64 || COMPILE_TEST 65f8f84e2SMax Kellermann select REGMAP_I2C 75c7dddd7SAkshay Gupta select REGMAP_I3C if I3C 8e1565867SAkshay Gupta help 95c7dddd7SAkshay Gupta Side band RMI over I2C/I3C support for AMD out of band management. 1070ad06dfSJean Delvare This driver is intended to run on the BMC, not the managed node. 11e1565867SAkshay Gupta 12e1565867SAkshay Gupta This driver can also be built as a module. If so, the module will 13e1565867SAkshay Gupta be called sbrmi-i2c. 14f4dc6406SAkshay Gupta 15f4dc6406SAkshay Guptaconfig AMD_SBRMI_HWMON 16f4dc6406SAkshay Gupta bool "SBRMI hardware monitoring" 17f4dc6406SAkshay Gupta depends on AMD_SBRMI_I2C && HWMON 18f4dc6406SAkshay Gupta depends on !(AMD_SBRMI_I2C=y && HWMON=m) 19f4dc6406SAkshay Gupta help 20f4dc6406SAkshay Gupta This provides support for RMI device hardware monitoring. If enabled, 21f4dc6406SAkshay Gupta a hardware monitoring device will be created for each socket in 22f4dc6406SAkshay Gupta the system. 23