diff options
author | Adrien Demarez <adrien.demarez@bolloretelecom.eu> | 2009-12-09 20:35:50 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-09 20:35:50 +0100 |
commit | 4e233cbed249ea94d989b8be08eac0414dbdc44b (patch) | |
tree | b982bec479da48c41493af65b603e1c2e727e42a /drivers/hwmon/Kconfig | |
parent | b72656dbc491484765776a16eeb55ef2e90efea6 (diff) | |
download | blackbird-op-linux-4e233cbed249ea94d989b8be08eac0414dbdc44b.tar.gz blackbird-op-linux-4e233cbed249ea94d989b8be08eac0414dbdc44b.zip |
hwmon: New driver for the National Semiconductor LM73
The National Semiconductor LM73 is a single temperature sensor, much
like the famous LM75.
Signed-off-by: Adrien Demarez <adrien.demarez@bolloretelecom.eu>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 700e93adeb33..87184b5f401d 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -442,6 +442,15 @@ config SENSORS_LM70 This driver can also be built as a module. If so, the module will be called lm70. +config SENSORS_LM73 + tristate "National Semiconductor LM73" + depends on I2C + help + If you say yes here you get support for National Semiconductor LM73 + sensor chips. + This driver can also be built as a module. If so, the module + will be called lm73. + config SENSORS_LM75 tristate "National Semiconductor LM75 and compatibles" depends on I2C |