[PATCH] input: Let input support depend on !CONSOLE_NONE

Sascha Hauer s.hauer at pengutronix.de
Tue Oct 7 23:11:49 PDT 2014


Without console support the input devices make no sense, so add
a depends on !CONSOLE_NONE.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 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




More information about the barebox mailing list