From: Dmitry Torokhov Date: Tue, 14 Mar 2006 05:10:23 +0000 (-0500) Subject: Input: atkbd - allow disabling on X86_PC (if EMBEDDED) X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aaef685d5726768d25cbdc672a59c284d820b82e;p=linux-beck.git 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 --- diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 3b0ac3b43c54..a9dda56f62c4 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -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