diff options
author | Hans-Jürgen Koch <hjk@linutronix.de> | 2007-07-05 11:58:29 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:22:16 -0400 |
commit | e46957edfb85e3054ed49350777833e18564c9ff (patch) | |
tree | f924d608e74815aea21a465b7f8a270ab31df60f /drivers/hwmon/Kconfig | |
parent | 875f25d5f553f7cf3e6a59c50b32e5fc06442945 (diff) |
hwmon: Add LM93 support
This patch adds support for the LM93 hardware monitoring chip.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 455a611c33e6..c3c62e57e0e0 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -399,6 +399,17 @@ config SENSORS_LM92 | |||
399 | This driver can also be built as a module. If so, the module | 399 | This driver can also be built as a module. If so, the module |
400 | will be called lm92. | 400 | will be called lm92. |
401 | 401 | ||
402 | config SENSORS_LM93 | ||
403 | tristate "National Semiconductor LM93 and compatibles" | ||
404 | depends on HWMON && I2C | ||
405 | select HWMON_VID | ||
406 | help | ||
407 | If you say yes here you get support for National Semiconductor LM93 | ||
408 | sensor chips. | ||
409 | |||
410 | This driver can also be built as a module. If so, the module | ||
411 | will be called lm93. | ||
412 | |||
402 | config SENSORS_MAX1619 | 413 | config SENSORS_MAX1619 |
403 | tristate "Maxim MAX1619 sensor chip" | 414 | tristate "Maxim MAX1619 sensor chip" |
404 | depends on I2C | 415 | depends on I2C |