9
0
Fork 0

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>
This commit is contained in:
Sascha Hauer 2014-10-08 08:10:59 +02:00
parent fbb191fd41
commit 86ef8cb8fb
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#
menu "Input device support"
depends on !CONSOLE_NONE
config KEYBOARD_GPIO
bool "GPIO Buttons"