[PATCH] fixup! input: gpio-keys: convert to input framework

Marc Kleine-Budde mkl at pengutronix.de
Sat Jan 16 15:15:42 PST 2016


This patch adds the missing select to the input framework.

Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
 drivers/input/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 7cc98f2d5c2e..1f89ae3892dc 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -15,6 +15,7 @@ config KEYBOARD_GPIO
 	bool "GPIO Buttons"
 	depends on GENERIC_GPIO
 	select POLLER
+	select INPUT
 	help
 	  This driver implements support for buttons connected
 	  to GPIO pins of various CPUs (and some other chips).
-- 
2.6.4




More information about the barebox mailing list