Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaef685d authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent 380e19e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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