File: Kconfig

package info (click to toggle)
linux 6.19.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,759,932 kB
  • sloc: ansic: 27,010,047; asm: 273,426; sh: 151,347; python: 81,280; makefile: 58,564; perl: 34,311; xml: 21,064; cpp: 5,986; yacc: 4,841; lex: 2,901; awk: 1,707; sed: 30; ruby: 25
file content (23 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-only
config AMD_SBRMI_I2C
	tristate "AMD side band RMI support"
	depends on I2C
	depends on ARM || ARM64 || COMPILE_TEST
	select REGMAP_I2C
	depends on I3C || !I3C
	select REGMAP_I3C if I3C
	help
	  Side band RMI over I2C/I3C support for AMD out of band management.
	  This driver is intended to run on the BMC, not the managed node.

	  This driver can also be built as a module. If so, the module will
	  be called sbrmi-i2c.

config AMD_SBRMI_HWMON
	bool "SBRMI hardware monitoring"
	depends on AMD_SBRMI_I2C && HWMON
	depends on !(AMD_SBRMI_I2C=y && HWMON=m)
	help
	  This provides support for RMI device hardware monitoring. If enabled,
	  a hardware monitoring device will be created for each socket in
	  the system.