]> git.baikalelectronics.ru Git - kernel.git/commit
Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV
authorArnd Bergmann <arnd@arndb.de>
Sat, 9 Mar 2019 23:34:18 +0000 (15:34 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 9 Mar 2019 23:57:16 +0000 (15:57 -0800)
commitad0dd8838ed3dd925e749baddf0865942ebaf042
tree3b83eeb8c390dd953bfb5d51c2fea04cba209788
parent10ad3ab22e79a73a7892aed009e1e92813c7db68
Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV

When CONFIG_INPUT_POLLDEV is disabled, we get a link error:

drivers/input/touchscreen/raspberrypi-ts.o: In function `rpi_ts_probe':
raspberrypi-ts.c:(.text+0xec): undefined reference to `devm_input_allocate_polled_device'
raspberrypi-ts.c:(.text+0xec): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `devm_input_allocate_polled_device'
raspberrypi-ts.c:(.text+0x19c): undefined reference to `input_register_polled_device'
raspberrypi-ts.c:(.text+0x19c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `input_register_polled_device'

Select that symbol like we do from the other similar drivers.

Fixes: a33d78b6fe87 ("Input: add official Raspberry Pi's touchscreen driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig