aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-01 11:59:37 -0700
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-10-15 10:55:09 +0300
commit83dbbe5ae47f163df05f13cbb619841ab2cca05e (patch)
treecde956f32ccb0dd6a73e09cc8827a95029523869 /drivers/platform/x86/Kconfig
parentplatform/x86: asus-laptop: switch to using polled mode of input devices (diff)
downloadlinux-dev-83dbbe5ae47f163df05f13cbb619841ab2cca05e.tar.xz
linux-dev-83dbbe5ae47f163df05f13cbb619841ab2cca05e.zip
platform/x86: hdaps: switch to using polled mode of input devices
We have added polled mode to the normal input devices with the intent of retiring input_polled_dev. This converts hdaps driver to use the polling mode of standard input devices and removes dependency on INPUT_POLLDEV. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 5d24db7802fd..06d299949656 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -622,7 +622,6 @@ config THINKPAD_ACPI_HOTKEY_POLL
config SENSORS_HDAPS
tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
depends on INPUT
- select INPUT_POLLDEV
help
This driver provides support for the IBM Hard Drive Active Protection
System (hdaps), which provides an accelerometer and other misc. data.