diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-04-25 08:23:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:33 -0400 |
commit | 0d0001dd956d4ae2c8739c2877fa660eec68ed5f (patch) | |
tree | 5990ffaa2bdd946bf3b46d26107f4c76f2d67080 /drivers/hwmon | |
parent | 114cc0c0c1e98f0b8e205f91ae7b2471e0ad5325 (diff) |
[PATCH] HWMON: Improve the help text for CONFIG_HWMON
Improve the help text for CONFIG_HWMON to let the users know how they
pick the right hardware monitoring driver(s) for their system.
Also fix a couple typos in the related documentation file and improve
some parts a bit.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9384b85b893b..164760df1233 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -16,6 +16,10 @@ config HWMON | |||
16 | should say Y here and also to the specific driver(s) for your | 16 | should say Y here and also to the specific driver(s) for your |
17 | sensors chip(s) below. | 17 | sensors chip(s) below. |
18 | 18 | ||
19 | To find out which specific driver(s) you need, use the | ||
20 | sensors-detect script from the lm_sensors package. Read | ||
21 | <file:Documentation/hwmon/userspace-tools> for details. | ||
22 | |||
19 | This support can also be built as a module. If so, the module | 23 | This support can also be built as a module. If so, the module |
20 | will be called hwmon. | 24 | will be called hwmon. |
21 | 25 | ||