mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +00:00
Input: atkbd - allow disabling on X86_PC (if EMBEDDED)
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>
This commit is contained in:
parent
380e19e2d8
commit
aaef685d57
@ -13,7 +13,7 @@ menuconfig INPUT_KEYBOARD
|
|||||||
if INPUT_KEYBOARD
|
if INPUT_KEYBOARD
|
||||||
|
|
||||||
config KEYBOARD_ATKBD
|
config KEYBOARD_ATKBD
|
||||||
tristate "AT keyboard" if !X86_PC
|
tristate "AT keyboard" if EMBEDDED || !X86_PC
|
||||||
default y
|
default y
|
||||||
select SERIO
|
select SERIO
|
||||||
select SERIO_LIBPS2
|
select SERIO_LIBPS2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user