Commit 0736b22a authored by Adrian Bunk's avatar Adrian Bunk Committed by Vojtech Pavlik

input: Fix Kconfig KEYBOARD_ATKBD when SERIO is modular.

parent 4aa644e4
...@@ -13,7 +13,8 @@ config INPUT_KEYBOARD ...@@ -13,7 +13,8 @@ config INPUT_KEYBOARD
config KEYBOARD_ATKBD config KEYBOARD_ATKBD
tristate "AT keyboard support" if EMBEDDED || !X86 tristate "AT keyboard support" if EMBEDDED || !X86
default y default y if INPUT=y && INPUT_KEYBOARD=y && SERIO=y
default m
depends on INPUT && INPUT_KEYBOARD && SERIO depends on INPUT && INPUT_KEYBOARD && SERIO
help help
Say Y here if you want to use a standard AT or PS/2 keyboard. Usually Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment