aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index e382da3122b7..c357c835eb1e 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -399,6 +399,15 @@ config SENSORS_GL520SM
399 This driver can also be built as a module. If so, the module 399 This driver can also be built as a module. If so, the module
400 will be called gl520sm. 400 will be called gl520sm.
401 401
402config SENSORS_GPIO_FAN
403 tristate "GPIO fan"
404 depends on GENERIC_GPIO
405 help
406 If you say yes here you get support for fans connected to GPIO lines.
407
408 This driver can also be built as a module. If so, the module
409 will be called gpio-fan.
410
402config SENSORS_CORETEMP 411config SENSORS_CORETEMP
403 tristate "Intel Core/Core2/Atom temperature sensor" 412 tristate "Intel Core/Core2/Atom temperature sensor"
404 depends on X86 && PCI && EXPERIMENTAL 413 depends on X86 && PCI && EXPERIMENTAL
@@ -654,6 +663,17 @@ config SENSORS_LTC4245
654 This driver can also be built as a module. If so, the module will 663 This driver can also be built as a module. If so, the module will
655 be called ltc4245. 664 be called ltc4245.
656 665
666config SENSORS_LTC4261
667 tristate "Linear Technology LTC4261"
668 depends on I2C && EXPERIMENTAL
669 default n
670 help
671 If you say yes here you get support for Linear Technology LTC4261
672 Negative Voltage Hot Swap Controller I2C interface.
673
674 This driver can also be built as a module. If so, the module will
675 be called ltc4261.
676
657config SENSORS_LM95241 677config SENSORS_LM95241
658 tristate "National Semiconductor LM95241 sensor chip" 678 tristate "National Semiconductor LM95241 sensor chip"
659 depends on I2C 679 depends on I2C