summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2015-10-14 10:53:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-14 15:33:07 +0200
commit36ef69578c3724b58788482bb0e1498ba3f83710 (patch)
tree026d0e04f725a6165519be0f088a8ff1fda89c9c
parenta7bbbe0236cd45c35bf79b4bdc628177e183791e (diff)
downloadbarebox-36ef69578c3724b58788482bb0e1498ba3f83710.tar.gz
barebox-36ef69578c3724b58788482bb0e1498ba3f83710.tar.xz
input: usb-kbd: depend on CONSOLE_FULL
Fixes: In function `usb_kbd_probe': (usb_kbd_probe): undefined reference to `console_set_active' Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/input/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 24a5d10f89..336b9f5814 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -49,6 +49,7 @@ config KEYBOARD_TWL6030
config KEYBOARD_USB
bool "USB keyboard"
depends on USB_HOST
+ depends on CONSOLE_FULL
select POLLER
help
This driver implements support for usb keyboard.