diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-03-23 05:02:17 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-03-23 05:02:17 -0400 |
commit | 72fea694c4208d7ee1704a7dbccddd54af352cde (patch) | |
tree | ad5db0b19671d6dac0a4da35f82e469ae4681cba /drivers/hwmon/Kconfig | |
parent | 941a956b0e387b21f385f486c34ef67576775cfc (diff) |
hwmon: (w83795) Unconditionally support manual fan speed control
Manual fan speed control uses a standard interface and has received
sufficient testing and review by now, it can be enabled
unconditionally. This includes attributes pwm[1-8], pwm[1-8]_enable,
pwm[1-8]_mode and pwm[1-8]_freq.
We only let the user switch from automatic mode to manual mode, but
not the other way around, as automatic control settings may not have
been set properly by the BIOS.
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/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 811e6c47e7e6..783a3144ffd7 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1229,18 +1229,19 @@ config SENSORS_W83795 | |||
1229 | depends on I2C && EXPERIMENTAL | 1229 | depends on I2C && EXPERIMENTAL |
1230 | help | 1230 | help |
1231 | If you say yes here you get support for the Winbond W83795G and | 1231 | If you say yes here you get support for the Winbond W83795G and |
1232 | W83795ADG hardware monitoring chip. | 1232 | W83795ADG hardware monitoring chip, including manual fan speed |
1233 | control. | ||
1233 | 1234 | ||
1234 | This driver can also be built as a module. If so, the module | 1235 | This driver can also be built as a module. If so, the module |
1235 | will be called w83795. | 1236 | will be called w83795. |
1236 | 1237 | ||
1237 | config SENSORS_W83795_FANCTRL | 1238 | config SENSORS_W83795_FANCTRL |
1238 | boolean "Include fan control support (DANGEROUS)" | 1239 | boolean "Include automatic fan control support (DANGEROUS)" |
1239 | depends on SENSORS_W83795 && EXPERIMENTAL | 1240 | depends on SENSORS_W83795 && EXPERIMENTAL |
1240 | default n | 1241 | default n |
1241 | help | 1242 | help |
1242 | If you say yes here, support for the both manual and automatic | 1243 | If you say yes here, support for automatic fan speed control |
1243 | fan control features will be included in the driver. | 1244 | will be included in the driver. |
1244 | 1245 | ||
1245 | This part of the code wasn't carefully reviewed and tested yet, | 1246 | This part of the code wasn't carefully reviewed and tested yet, |
1246 | so enabling this option is strongly discouraged on production | 1247 | so enabling this option is strongly discouraged on production |