* [2.6 patch] fix KEYBOARD_ATKBD for modular SERIO
@ 2003-09-05 6:04 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-09-05 6:04 UTC (permalink / raw)
To: vojtech; +Cc: linux-kernel, trivial
The patch below fixes KEYBOARD_ATKBD for modular SERIO.
Currently on X86 for !EMBEDDED the variable KEYBOARD_ATKBD is wrongly
set to y if SERIO=m.
Please apply
Adrian
--- linux-2.6.0-test4-mm5-modular-no-smp/drivers/input/keyboard/Kconfig.old 2003-09-04 19:03:45.000000000 +0200
+++ linux-2.6.0-test4-mm5-modular-no-smp/drivers/input/keyboard/Kconfig 2003-09-04 19:04:49.000000000 +0200
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-05 6:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 6:04 [2.6 patch] fix KEYBOARD_ATKBD for modular SERIO Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome