summaryrefslogtreecommitdiffstats
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-01-13 10:20:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-13 16:28:05 +0100
commit85e54605ed0669a6932e7cca32166f761c1ca6be (patch)
tree70dbfbed4071ac6f1c22f4a02bb03164c3e1825e /drivers/input/Kconfig
parent224a08df5d9eed4e75d436911ffaca6b0af5a689 (diff)
downloadbarebox-85e54605ed0669a6932e7cca32166f761c1ca6be.tar.gz
barebox-85e54605ed0669a6932e7cca32166f761c1ca6be.tar.xz
input: usb keyboard: convert to input framework
Conert the USB keyboard over to the new input core as a first user. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index e0368b2439..b840df2ed5 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -54,6 +54,7 @@ config KEYBOARD_USB
depends on USB_HOST
depends on CONSOLE_FULL
select POLLER
+ select INPUT
help
This driver implements support for usb keyboard.