[PATCH 5/5] Fix Kconfig KEYBOARD_ATKBD when SERIO is modular

From: Vojtech Pavlik
Date: Fri Sep 19 2003 - 14:53:44 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@xxxxxx, 2003-09-19 13:51:40+02:00, bunk@xxxxxxxxx
input: Fix Kconfig KEYBOARD_ATKBD when SERIO is modular.


Kconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)

===================================================================

diff -Nru a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
--- a/drivers/input/keyboard/Kconfig Fri Sep 19 14:12:35 2003
+++ b/drivers/input/keyboard/Kconfig Fri Sep 19 14:12:35 2003
@@ -13,7 +13,8 @@

config KEYBOARD_ATKBD
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
help
Say Y here if you want to use a standard AT or PS/2 keyboard. Usually

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/