aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorSteve Glendinning <steve.glendinning@smsc.com>2010-08-14 15:08:54 -0400
committerJean Delvare <khali@linux-fr.org>2010-08-14 15:08:54 -0400
commit9df7305b5a8651eb940e98496bc1d4742379c578 (patch)
treea57f2f4feca16e98da54c9fc39d6f549ce137d1e /drivers/hwmon/Kconfig
parent5a9c2cd881f48d4bec627cccde386f8e3a28bb4a (diff)
hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller
SMSC's EMC2103 family of temperature/fan controllers have 1 onboard and up to 3 external temperature sensors, and allow closed-loop control of one fan. This patch adds support for them. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.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 f3adf18bfa05..d50e9fa8016f 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -804,6 +804,16 @@ config SENSORS_EMC1403
804 Threshold values can be configured using sysfs. 804 Threshold values can be configured using sysfs.
805 Data from the different diodes are accessible via sysfs. 805 Data from the different diodes are accessible via sysfs.
806 806
807config SENSORS_EMC2103
808 tristate "SMSC EMC2103"
809 depends on I2C
810 help
811 If you say yes here you get support for the temperature
812 and fan sensors of the SMSC EMC2103 chips.
813
814 This driver can also be built as a module. If so, the module
815 will be called emc2103.
816
807config SENSORS_SMSC47M1 817config SENSORS_SMSC47M1
808 tristate "SMSC LPC47M10x and compatibles" 818 tristate "SMSC LPC47M10x and compatibles"
809 help 819 help