diff options
author | Jekyll Lai <jekyll_lai@wistron.com> | 2011-01-12 20:55:12 (GMT) |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-01-12 20:55:12 (GMT) |
commit | 7a1b76f2a46016809c7bcacf81e89948cc306703 (patch) | |
tree | b89eb772453831af1c3fcb5aced429fcac7bb8af /drivers/hwmon/Kconfig | |
parent | 3ea1bd58b999ec77c28834aa8be671168dfb7b79 (diff) | |
download | linux-7a1b76f2a46016809c7bcacf81e89948cc306703.tar.xz |
hwmon: (emc1403) Add EMC1423 support
EMC1423 uses the similar register and adds a hardware shutdown pin to
protect exceed temperature. This function is set by resistor; it's not
necessary to do anything in the driver except add the emc1423 pid of 0x23.
Signed-off-by: Jekyll Lai <jekyll_lai@wistron.com>
[Updated Kconfig/comments and minor further changes asked for by the hwmon
maintainers]
Signed-off-by: Alan Cox <alan@linux.intel.com>
[Fixed checkpatch warning]
Signed-of--by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index bdc13d2..35f00da 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -809,10 +809,10 @@ config SENSORS_DME1737 will be called dme1737. config SENSORS_EMC1403 - tristate "SMSC EMC1403 thermal sensor" + tristate "SMSC EMC1403/23 thermal sensor" depends on I2C help - If you say yes here you get support for the SMSC EMC1403 + If you say yes here you get support for the SMSC EMC1403/23 temperature monitoring chip. Threshold values can be configured using sysfs. |