From 3df955f870c214368d73236733b8a9e5a994b2c3 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Tue, 17 Sep 2019 08:56:50 -0700 Subject: Input: gpio_mouse - switch to using input device polling mode Now that instances of input_dev support polling mode natively, we no longer need to create input_polled_dev instance. Acked-by: Hans-Christian Noren Egtvedt Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/input/mouse/Kconfig') diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 652c38e3c0b5..bf738d3b7fe4 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -381,7 +381,6 @@ config MOUSE_VSXXXAA config MOUSE_GPIO tristate "GPIO mouse" depends on GPIOLIB || COMPILE_TEST - select INPUT_POLLDEV help This driver simulates a mouse on GPIO lines of various CPUs (and some other chips). -- cgit