diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-02 10:40:52 -0700 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-10-15 10:55:09 +0300 |
commit | c656829f073b244ae84f6c41a213ec619434f8fe (patch) | |
tree | 5d26f10ce6d7455fc891414a69ac769dc1488ef7 /drivers | |
parent | 60d15095336cfb56dce5c7767ed3b8c6c1cf79a3 (diff) | |
download | linux-c656829f073b244ae84f6c41a213ec619434f8fe.tar.bz2 |
platform/x86: toshiba_acpi: do not select INPUT_POLLDEV
The driver does not use polling mode of input devices, and this config
option is going away, so let's not reference it.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 61470e26108d..3c55f05f6ec3 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -831,7 +831,6 @@ config ACPI_TOSHIBA depends on ACPI_VIDEO || ACPI_VIDEO = n depends on RFKILL || RFKILL = n depends on IIO - select INPUT_POLLDEV select INPUT_SPARSEKMAP ---help--- This driver adds support for access to certain system settings |