diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-29 17:05:13 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-29 17:15:50 -0700 |
commit | b873f73cf66ffd19c6eba47ade6844ac01e9ccb0 (patch) | |
tree | c31c443d42b4642bd3ce0d5171c7bbf67bf0cbea /drivers/input/misc/Kconfig | |
parent | 493a6ebd59dcecb09d8e97293e1b254ad0003a7b (diff) | |
download | linux-b873f73cf66ffd19c6eba47ade6844ac01e9ccb0.tar.gz linux-b873f73cf66ffd19c6eba47ade6844ac01e9ccb0.tar.bz2 linux-b873f73cf66ffd19c6eba47ade6844ac01e9ccb0.zip |
Input: bma150 - 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 bma150 driver to use the polling
mode of standard input devices and removes dependency on INPUT_POLLDEV.
Link: https://lore.kernel.org/r/20191017204217.106453-21-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index e1309cb190e1..438ec07e3b62 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -100,7 +100,6 @@ config INPUT_ATMEL_CAPTOUCH config INPUT_BMA150 tristate "BMA150/SMB380 acceleration sensor support" depends on I2C - select INPUT_POLLDEV help Say Y here if you have Bosch Sensortec's BMA150 or SMB380 acceleration sensor hooked to an I2C bus. |