diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-05-25 14:43:33 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-05-25 14:43:33 -0400 |
commit | b0b349a85d3df00a40a8bd398e4a151fd8e91bbe (patch) | |
tree | 79d2e5d15bb13e349af23cd3602090c9ef92f793 /drivers/hwmon/Kconfig | |
parent | ec693fe5287e1791f4d206e81ebdfdc7d1f8f6b9 (diff) |
hwmon: New driver for the SMSC EMC6W201
This is a new driver for the SMSC EMC6W201 hardware monitoring device.
The device is functionally close to the EMC6D100 series, but is
register-incompatible.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Harry G McGavran Jr <w5pny@arrl.net>
Tested-by: Jeff Rickman <jrickman@myamigos.us>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 900409615ae9..16db83c83c8b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -988,6 +988,16 @@ config SENSORS_EMC2103 | |||
988 | This driver can also be built as a module. If so, the module | 988 | This driver can also be built as a module. If so, the module |
989 | will be called emc2103. | 989 | will be called emc2103. |
990 | 990 | ||
991 | config SENSORS_EMC6W201 | ||
992 | tristate "SMSC EMC6W201" | ||
993 | depends on I2C | ||
994 | help | ||
995 | If you say yes here you get support for the SMSC EMC6W201 | ||
996 | hardware monitoring chip. | ||
997 | |||
998 | This driver can also be built as a module. If so, the module | ||
999 | will be called emc6w201. | ||
1000 | |||
991 | config SENSORS_SMSC47M1 | 1001 | config SENSORS_SMSC47M1 |
992 | tristate "SMSC LPC47M10x and compatibles" | 1002 | tristate "SMSC LPC47M10x and compatibles" |
993 | help | 1003 | help |