aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-08-14 15:08:58 -0400
committerJean Delvare <khali@linux-fr.org>2010-08-14 15:08:58 -0400
commit328716bc16b7077ea5f6293c7420247c570d6480 (patch)
treee96b0cf74988b4b3b05c6408d8640ba61e99f63c /drivers/hwmon/Kconfig
parent0d22d5835d4c82d1d03399688267f63334efd526 (diff)
hwmon: (pc87427) Add support for manual fan speed control
Add initial support for PWM outputs of the PC87427 Super-I/O chip. Only mode change and manual fan speed control are supported. Automatic mode configuration isn't supported, and won't be until at least one board is known, which makes uses of the PWM outputs. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index d50e9fa8016f..ea3d8dff684b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -711,7 +711,8 @@ config SENSORS_PC87427
711 functions of the National Semiconductor PC87427 Super-I/O chip. 711 functions of the National Semiconductor PC87427 Super-I/O chip.
712 The chip has two distinct logical devices, one for fan speed 712 The chip has two distinct logical devices, one for fan speed
713 monitoring and control, and one for voltage and temperature 713 monitoring and control, and one for voltage and temperature
714 monitoring. Only fan speed monitoring is supported right now. 714 monitoring. Only fan speed monitoring and control is supported
715 right now.
715 716
716 This driver can also be built as a module. If so, the module 717 This driver can also be built as a module. If so, the module
717 will be called pc87427. 718 will be called pc87427.