aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorKalhan Trisal <kalhan.trisal@intel.com>2010-05-27 13:58:56 -0400
committerJean Delvare <khali@linux-fr.org>2010-05-27 13:58:56 -0400
commitdac6831e67e90d1cee430a66e7390e753c20d835 (patch)
tree4840f28496f49700a1c6f53ce682ebe797406b65 /drivers/hwmon/Kconfig
parentfa5575cff92eb43f467b9b00468d70d073e8b3d2 (diff)
hwmon: EMC1403 thermal sensor support
Provides support for the EMC1403 thermal sensor. Only reporting of values is supported. The various Moorestown specific extras to do with thermal alerts and the like are not in this version of the driver. Considerably edited and tidied up by Alan Cox, plus fixes and detection bits from Jean Delvare. Signed-off-by: Kalhan Trisal <kalhan.trisal@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index fa609586c7c9..6dddad81281e 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -750,6 +750,16 @@ config SENSORS_DME1737
750 This driver can also be built as a module. If so, the module 750 This driver can also be built as a module. If so, the module
751 will be called dme1737. 751 will be called dme1737.
752 752
753config SENSORS_EMC1403
754 tristate "SMSC EMC1403 thermal sensor"
755 depends on I2C
756 help
757 If you say yes here you get support for the SMSC EMC1403
758 temperature monitoring chip.
759
760 Threshold values can be configured using sysfs.
761 Data from the different diodes are accessible via sysfs.
762
753config SENSORS_SMSC47M1 763config SENSORS_SMSC47M1
754 tristate "SMSC LPC47M10x and compatibles" 764 tristate "SMSC LPC47M10x and compatibles"
755 help 765 help