aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
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 138dc50270e3..7e72e922b41c 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -411,6 +411,23 @@ config SENSORS_W83627EHF
411 This driver can also be built as a module. If so, the module 411 This driver can also be built as a module. If so, the module
412 will be called w83627ehf. 412 will be called w83627ehf.
413 413
414config SENSORS_HDAPS
415 tristate "IBM Hard Drive Active Protection System (hdaps)"
416 depends on HWMON && INPUT && X86
417 default n
418 help
419 This driver provides support for the IBM Hard Drive Active Protection
420 System (hdaps), which provides an accelerometer and other misc. data.
421 Supported laptops include the IBM ThinkPad T41, T42, T43, and R51.
422 The accelerometer data is readable via sysfs.
423
424 This driver also provides an input class device, allowing the
425 laptop to act as a pinball machine-esque mouse. This is off by
426 default but enabled via sysfs or the module parameter "mousedev".
427
428 Say Y here if you have an applicable laptop and want to experience
429 the awesome power of hdaps.
430
414config HWMON_DEBUG_CHIP 431config HWMON_DEBUG_CHIP
415 bool "Hardware Monitoring Chip debugging messages" 432 bool "Hardware Monitoring Chip debugging messages"
416 depends on HWMON 433 depends on HWMON