mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

- Move hwmon device sensor to misc as only power is reported through hwmon sensor. Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com> Signed-off-by: Akshay Gupta <akshay.gupta@amd.com> Link: https://lore.kernel.org/r/20250428063034.2145566-4-akshay.gupta@amd.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
577 B
Text
18 lines
577 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config AMD_SBRMI_I2C
|
|
tristate "AMD side band RMI support"
|
|
depends on I2C
|
|
help
|
|
Side band RMI over I2C support for AMD out of band management.
|
|
|
|
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.
|