aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@novell.com>2011-02-18 03:18:26 -0500
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-02-18 20:43:36 -0500
commitf065a93e168299569078bc6f52128b57f602fff3 (patch)
tree9871298638d0a75f4b0f4a419ef71655f3e01962 /drivers/hwmon/Kconfig
parent4eb2abcd09e2c939aec0f0df005c84806895ce0d (diff)
hwmon: (lm85) extend to support EMC6D103 chips
The interface is identical EMC6D102, so all that needs to be added are some definitions and their uses. Registers apparently missing in EMC6D103S/EMC6D103:A2 compared to EMC6D103:A0, EMC6D103:A1, and EMC6D102 (according to the data sheets), but used unconditionally in the driver: 62[5:7], 6D[0:7], and 6E[0:7]. For that reason, EMC6D103S chips don't get enabled for the time being. Signed-off-by: Jan Beulich <jbeulich@novell.com> (Guenter Roeck: Replaced EMC6D103_A2 with EMC6D103S per EMC6D103S datasheet) Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Cc: stable@kernel.org
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 5eadb007e542..297bc9a7d6e6 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -575,7 +575,7 @@ config SENSORS_LM85
575 help 575 help
576 If you say yes here you get support for National Semiconductor LM85 576 If you say yes here you get support for National Semiconductor LM85
577 sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100, 577 sensor chips and clones: ADM1027, ADT7463, ADT7468, EMC6D100,
578 EMC6D101 and EMC6D102. 578 EMC6D101, EMC6D102, and EMC6D103.
579 579
580 This driver can also be built as a module. If so, the module 580 This driver can also be built as a module. If so, the module
581 will be called lm85. 581 will be called lm85.