Fixes: In function `usb_kbd_probe': (usb_kbd_probe): undefined reference to `console_set_active' Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- drivers/input/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 24a5d10f89bc..336b9f581406 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. -- 2.6.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox