mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! input: gpio-keys: convert to input framework
@ 2016-01-16 23:15 Marc Kleine-Budde
  2016-01-18  7:33 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2016-01-16 23:15 UTC (permalink / raw)
  To: barebox; +Cc: kernel

This patch adds the missing select to the input framework.

Signed-off-by: Marc Kleine-Budde <mkl@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-18  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-16 23:15 [PATCH] fixup! input: gpio-keys: convert to input framework Marc Kleine-Budde
2016-01-18  7:33 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox