diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-05-25 20:43:33 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-05-25 20:43:33 +0200 |
commit | b0b349a85d3df00a40a8bd398e4a151fd8e91bbe (patch) | |
tree | 79d2e5d15bb13e349af23cd3602090c9ef92f793 /drivers/hwmon/Kconfig | |
parent | ec693fe5287e1791f4d206e81ebdfdc7d1f8f6b9 (diff) | |
download | op-kernel-dev-b0b349a85d3df00a40a8bd398e4a151fd8e91bbe.zip op-kernel-dev-b0b349a85d3df00a40a8bd398e4a151fd8e91bbe.tar.gz |
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 9004096..16db83c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -988,6 +988,16 @@ config SENSORS_EMC2103 This driver can also be built as a module. If so, the module will be called emc2103. +config SENSORS_EMC6W201 + tristate "SMSC EMC6W201" + depends on I2C + help + If you say yes here you get support for the SMSC EMC6W201 + hardware monitoring chip. + + This driver can also be built as a module. If so, the module + will be called emc6w201. + config SENSORS_SMSC47M1 tristate "SMSC LPC47M10x and compatibles" help |