aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-10-28 14:31:49 -0400
committerJean Delvare <khali@endymion.delvare>2010-10-28 14:31:49 -0400
commit00030af23153f1958f015df8b9fec8c29fcca8b8 (patch)
tree32ea0e1f4e7e5a37c89b286bef76aebae6c3e17c /drivers/hwmon/Kconfig
parente3760b432d589ddd9bdb8c337539b815125bc7aa (diff)
hwmon: (w83795) Exclude fan control feature by default
The fan control feature of the w83795 driver is insufficiently reviewed and tested for public consumption at this time, so make it optional and disabled by default. We will change the default when review and testing is deemed sufficient. Ultimately the option will go away. 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/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index d229f4592845..a06ac97229d9 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1041,6 +1041,23 @@ config SENSORS_W83795
1041 This driver can also be built as a module. If so, the module 1041 This driver can also be built as a module. If so, the module
1042 will be called w83795. 1042 will be called w83795.
1043 1043
1044config SENSORS_W83795_FANCTRL
1045 boolean "Include fan control support (DANGEROUS)"
1046 depends on SENSORS_W83795 && EXPERIMENTAL
1047 default n
1048 help
1049 If you say yes here, support for the both manual and automatic
1050 fan control features will be included in the driver.
1051
1052 This part of the code wasn't carefully reviewed and tested yet,
1053 so enabling this option is strongly discouraged on production
1054 servers. Only developers and testers should enable it for the
1055 time being.
1056
1057 Please also note that this option will create sysfs attribute
1058 files which may change in the future, so you shouldn't rely
1059 on them being stable.
1060
1044config SENSORS_W83L785TS 1061config SENSORS_W83L785TS
1045 tristate "Winbond W83L785TS-S" 1062 tristate "Winbond W83L785TS-S"
1046 depends on I2C && EXPERIMENTAL 1063 depends on I2C && EXPERIMENTAL