[PATCH 1/3] input: usb-kbd: depend on CONSOLE_FULL
Sascha Hauer
s.hauer at pengutronix.de
Wed Oct 14 06:33:24 PDT 2015
On Wed, Oct 14, 2015 at 10:53:25AM +0200, Lucas Stach wrote:
> 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(+)
Applied, thanks
Sascha
>
> 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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list