[PATCH 1/3] input: usb-kbd: depend on CONSOLE_FULL
Lucas Stach
l.stach at pengutronix.de
Wed Oct 14 01:53:25 PDT 2015
Fixes:
In function `usb_kbd_probe':
(usb_kbd_probe): undefined reference to `console_set_active'
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
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
More information about the barebox
mailing list