diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
| -rw-r--r-- | drivers/hwmon/Kconfig | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 54075a07d2a1..7c65b7334738 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -371,6 +371,17 @@ config SENSORS_DS1621  	  This driver can also be built as a module.  If so, the module  	  will be called ds1621. +config SENSORS_DELL_SMM +	tristate "Dell laptop SMM BIOS hwmon driver" +	depends on X86 +	help +	  This hwmon driver adds support for reporting temperature of different +	  sensors and controls the fans on Dell laptops via System Management +	  Mode provided by Dell BIOS. + +	  When option I8K is also enabled this driver provides legacy /proc/i8k +	  userspace interface for i8kutils package. +  config SENSORS_DA9052_ADC  	tristate "Dialog DA9052/DA9053 ADC"  	depends on PMIC_DA9052  |