From 86ef8cb8fb7f98e859d17a59306fc5e346604a92 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 8 Oct 2014 08:10:59 +0200 Subject: input: Let input support depend on !CONSOLE_NONE Without console support the input devices make no sense, so add a depends on !CONSOLE_NONE. Signed-off-by: Sascha Hauer --- drivers/input/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/input') diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 07545ed310..b4e86fd5e2 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" -- cgit v1.2.3