aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2010-08-09 20:21:08 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-09 23:45:10 -0400
commit4453d7364d3b1f92475f104d4625abee36a7733d (patch)
tree4bd0ffc39d5d0ca38447e62d956cee60fe15ee1f /drivers/hwmon/Kconfig
parent920fa1ffce48d36d7e7bc54eb38c58313bc0a667 (diff)
hwmon: add support for JEDEC JC 42.4 compliant temperature sensors
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Cc: Jean Delvare <khali@linux-fr.org> Cc: Randy Dunlap <rdunlap@xenotime.net> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index c80ba4943b81..b0de75cf74dc 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -463,6 +463,17 @@ config SENSORS_JZ4740
463 This driver can also be build as a module. If so, the module will be 463 This driver can also be build as a module. If so, the module will be
464 called jz4740-hwmon. 464 called jz4740-hwmon.
465 465
466config SENSORS_JC42
467 tristate "JEDEC JC42.4 compliant temperature sensors"
468 help
469 If you say yes here you get support for Jedec JC42.4 compliant
470 temperature sensors. Support will include, but not be limited to,
471 ADT7408, CAT34TS02,, CAT6095, MAX6604, MCP9805, MCP98242, MCP98243,
472 MCP9843, SE97, SE98, STTS424, TSE2002B3, and TS3000B3.
473
474 This driver can also be built as a module. If so, the module
475 will be called jc42.
476
466config SENSORS_LM63 477config SENSORS_LM63
467 tristate "National Semiconductor LM63 and LM64" 478 tristate "National Semiconductor LM63 and LM64"
468 depends on I2C 479 depends on I2C