diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 3c34fb5e4194..4b33bc82cc24 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -428,11 +428,12 @@ config SENSORS_LM63 | |||
428 | will be called lm63. | 428 | will be called lm63. |
429 | 429 | ||
430 | config SENSORS_LM70 | 430 | config SENSORS_LM70 |
431 | tristate "National Semiconductor LM70" | 431 | tristate "National Semiconductor LM70 / Texas Instruments TMP121" |
432 | depends on SPI_MASTER && EXPERIMENTAL | 432 | depends on SPI_MASTER && EXPERIMENTAL |
433 | help | 433 | help |
434 | If you say yes here you get support for the National Semiconductor | 434 | If you say yes here you get support for the National Semiconductor |
435 | LM70 digital temperature sensor chip. | 435 | LM70 and Texas Instruments TMP121/TMP123 digital temperature |
436 | sensor chips. | ||
436 | 437 | ||
437 | This driver can also be built as a module. If so, the module | 438 | This driver can also be built as a module. If so, the module |
438 | will be called lm70. | 439 | will be called lm70. |