aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-10-05 06:08:57 -0400
committerMatthew Garrett <mjg@redhat.com>2010-10-21 10:10:43 -0400
commitbd9fc3a72345807683a009c1e19dc0d517f0f4e7 (patch)
tree40bdb1b25b8936f97148b0e563f87a4887ead164 /drivers/hwmon/Kconfig
parent75b2d09a295d3232fdacd0a0a07d91c6f118ca18 (diff)
Move hdaps driver to platform/x86
The hdaps driver isn't a hardware monitoring driver, so it shouldn't live under driver/hwmon. drivers/platform/x86 seems much more appropriate, as the driver is only useful on x86 laptops. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Guenter Roeck <guenter.roeck@ericsson.com> Cc: Matthew Garrett <mjg@redhat.com> Cc: Frank Seidel <frank@f-seidel.de> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 97499d00615a..e382da3122b7 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1088,26 +1088,6 @@ config SENSORS_ULTRA45
1088 This driver provides support for the Ultra45 workstation environmental 1088 This driver provides support for the Ultra45 workstation environmental
1089 sensors. 1089 sensors.
1090 1090
1091config SENSORS_HDAPS
1092 tristate "IBM Hard Drive Active Protection System (hdaps)"
1093 depends on INPUT && X86
1094 select INPUT_POLLDEV
1095 default n
1096 help
1097 This driver provides support for the IBM Hard Drive Active Protection
1098 System (hdaps), which provides an accelerometer and other misc. data.
1099 ThinkPads starting with the R50, T41, and X40 are supported. The
1100 accelerometer data is readable via sysfs.
1101
1102 This driver also provides an absolute input class device, allowing
1103 the laptop to act as a pinball machine-esque joystick.
1104
1105 If your ThinkPad is not recognized by the driver, please update to latest
1106 BIOS. This is especially the case for some R52 ThinkPads.
1107
1108 Say Y here if you have an applicable laptop and want to experience
1109 the awesome power of hdaps.
1110
1111config SENSORS_LIS3_SPI 1091config SENSORS_LIS3_SPI
1112 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)" 1092 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
1113 depends on !ACPI && SPI_MASTER && INPUT 1093 depends on !ACPI && SPI_MASTER && INPUT