xref: /linux/drivers/misc/amd-sbi/Kconfig (revision de008c9ba5684f14e83bcf86cd45fb0e4e6c4d82)
1# SPDX-License-Identifier: GPL-2.0-only
2config AMD_SBRMI_I2C
3	tristate "AMD side band RMI support"
4	depends on I3C_OR_I2C
5	depends on ARM || ARM64 || COMPILE_TEST
6	select REGMAP_I2C
7	select REGMAP_I3C if I3C
8	help
9	  Side band RMI over I2C/I3C support for AMD out of band management.
10	  This driver is intended to run on the BMC, not the managed node.
11
12	  This driver can also be built as a module. If so, the module will
13	  be called sbrmi-i2c.
14
15config AMD_SBRMI_HWMON
16	bool "SBRMI hardware monitoring"
17	depends on AMD_SBRMI_I2C && HWMON
18	depends on !(AMD_SBRMI_I2C=y && HWMON=m)
19	help
20	  This provides support for RMI device hardware monitoring. If enabled,
21	  a hardware monitoring device will be created for each socket in
22	  the system.
23