diff options
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 | |||
442 | This driver can also be built as a module. If so, the module | 442 | This driver can also be built as a module. If so, the module |
443 | will be called lm70. | 443 | will be called lm70. |
444 | 444 | ||
445 | config SENSORS_LM73 | ||
446 | tristate "National Semiconductor LM73" | ||
447 | depends on I2C | ||
448 | help | ||
449 | If you say yes here you get support for National Semiconductor LM73 | ||
450 | sensor chips. | ||
451 | This driver can also be built as a module. If so, the module | ||
452 | will be called lm73. | ||
453 | |||
445 | config SENSORS_LM75 | 454 | config SENSORS_LM75 |
446 | tristate "National Semiconductor LM75 and compatibles" | 455 | tristate "National Semiconductor LM75 and compatibles" |
447 | depends on I2C | 456 | depends on I2C |