Skip to content

Commit

Permalink
Input: atkbd - allow disabling on X86_PC (if EMBEDDED)
Browse files Browse the repository at this point in the history
Allow disabling atkbd driver if CONFIG_EMBEDDED is enabled. Previously
it was impossible to disable atkbd on X86_PC.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Mar 14, 2006
1 parent 380e19e commit aaef685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ menuconfig INPUT_KEYBOARD
if INPUT_KEYBOARD

config KEYBOARD_ATKBD
tristate "AT keyboard" if !X86_PC
tristate "AT keyboard" if EMBEDDED || !X86_PC
default y
select SERIO
select SERIO_LIBPS2
Expand Down

0 comments on commit aaef685

Please sign in to comment.