Without console support the input devices make no sense, so add a depends on !CONSOLE_NONE. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/input/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 07545ed..b4e86fd 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -3,6 +3,7 @@ # menu "Input device support" + depends on !CONSOLE_NONE config KEYBOARD_GPIO bool "GPIO Buttons" -- 2.1.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox