diff options
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 |