xref: /linux/drivers/misc/amd-sbi/Kconfig (revision 70ad06df73a9796026b197d84ead751e096618c7)
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
5*70ad06dfSJean Delvare	depends on ARM || ARM64 || COMPILE_TEST
65f8f84e2SMax Kellermann	select REGMAP_I2C
7e1565867SAkshay Gupta	help
8e1565867SAkshay Gupta	  Side band RMI over I2C support for AMD out of band management.
9*70ad06dfSJean Delvare	  This driver is intended to run on the BMC, not the managed node.
10e1565867SAkshay Gupta
11e1565867SAkshay Gupta	  This driver can also be built as a module. If so, the module will
12e1565867SAkshay Gupta	  be called sbrmi-i2c.
13f4dc6406SAkshay Gupta
14f4dc6406SAkshay Guptaconfig AMD_SBRMI_HWMON
15f4dc6406SAkshay Gupta	bool "SBRMI hardware monitoring"
16f4dc6406SAkshay Gupta	depends on AMD_SBRMI_I2C && HWMON
17f4dc6406SAkshay Gupta	depends on !(AMD_SBRMI_I2C=y && HWMON=m)
18f4dc6406SAkshay Gupta	help
19f4dc6406SAkshay Gupta	  This provides support for RMI device hardware monitoring. If enabled,
20f4dc6406SAkshay Gupta	  a hardware monitoring device will be created for each socket in
21f4dc6406SAkshay Gupta	  the system.
22