summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-10-08 08:10:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-10-08 08:11:02 +0200
commit86ef8cb8fb7f98e859d17a59306fc5e346604a92 (patch)
treed8debfca152761bc2587e9b06038085bcb89e7f9 /drivers/input
parentfbb191fd416de27148bc977c320e07c95b4ca36c (diff)
downloadbarebox-86ef8cb8fb7f98e859d17a59306fc5e346604a92.tar.gz
barebox-86ef8cb8fb7f98e859d17a59306fc5e346604a92.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig1
1 files changed, 1 insertions, 0 deletions
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"