diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-06-12 15:55:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:35 -0400 |
commit | 060b2f5584bf3bbb0268c83c24d5a506780fb702 (patch) | |
tree | 32d2ea5f9325a24f1e733065bd46ed7d25695f43 /drivers/hwmon/Kconfig | |
parent | 02dd7ae2892e5ceff111d032769c78d3377df970 (diff) |
[PATCH] hwmon: Fix the Kconfig header
Hardware monitoring chips don't have to be on the I2C bus.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 6fb93d63bd8c..43e1f082f7be 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | # I2C Sensor chip drivers configuration | 2 | # Hardware monitoring chip drivers configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Hardware Monitoring support" | 5 | menu "Hardware Monitoring support" |