summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorArmin Wolf <W_Armin@gmx.de>2023-11-23 01:48:18 +0100
committerGuenter Roeck <linux@roeck-us.net>2023-12-11 06:21:01 -0800
commitb7a4706f66e5dfbb981c4f669e5b3fa92ad80fe1 (patch)
tree57333ea59fffc1e0576d958f222670b2b09393e4 /drivers/hwmon/Kconfig
parent20bdeebc882698f4be862f98d41119c129031039 (diff)
downloadlinux-stable-b7a4706f66e5dfbb981c4f669e5b3fa92ad80fe1.tar.gz
linux-stable-b7a4706f66e5dfbb981c4f669e5b3fa92ad80fe1.tar.bz2
linux-stable-b7a4706f66e5dfbb981c4f669e5b3fa92ad80fe1.zip
hwmon: (dell-smm) Add support for WMI SMM interface
Some Dell machines like the Dell Optiplex 7000 do not support the legacy SMM interface, but instead expect all SMM calls to be issued over a special WMI interface. Add support for this interface so users can control the fans on those machines. Tested-by: <serverror@serverror.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Pali Rohár <pali@kernel.org> Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://lore.kernel.org/r/20231123004820.50635-8-W_Armin@gmx.de Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index cf27523eed5a..76cb05db1dcf 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -512,6 +512,7 @@ config SENSORS_DS1621
config SENSORS_DELL_SMM
tristate "Dell laptop SMM BIOS hwmon driver"
+ depends on ACPI_WMI
depends on X86
imply THERMAL
help