diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-07-28 15:52:25 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-08-27 08:10:23 -0700 |
commit | 05aa8cbeabc07b07ff7f035e9b848aa008b831ee (patch) | |
tree | 17d1a03d9f2166020d53c0f42b36d1cddcff9427 /drivers/hwmon/Kconfig | |
parent | c21eced1157d8b78745332b2585e47eb459d6a40 (diff) | |
download | lwn-05aa8cbeabc07b07ff7f035e9b848aa008b831ee.tar.gz lwn-05aa8cbeabc07b07ff7f035e9b848aa008b831ee.zip |
hwmon: (lm92) Update documentation
Update datasheet references. Replace misleading 'force parameter needed'
with 'must be instantiated explicitly'. Explain the reason for the missing
auto-detection. Mention all supported chips in Kconfig.
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 437334d10d3b..810c7d907235 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1514,7 +1514,7 @@ config SENSORS_LM92 select REGMAP_I2C help If you say yes here you get support for National Semiconductor LM92 - and Maxim MAX6635 sensor chips. + and LM76 as well as Maxim MAX6633/6634/6635 sensor chips. This driver can also be built as a module. If so, the module will be called lm92. |