To: linus, akpm, vojtech Cc: lkml Subject: [PATCH] M68k: Disable SERIO_I8042 M68k: Disable SERIO_I8042 Signed-off-by: Geert Uytterhoeven --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.10-rc1/drivers/input/serio/Kconfig 2004-09-30 12:53:37.000000000 +0200 +++ linux-m68k-2.6.10-rc1/drivers/input/serio/Kconfig 2004-10-27 23:16:43.000000000 +0200 @@ -20,7 +20,7 @@ config SERIO_I8042 tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86 default y select SERIO - depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) + depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K ---help--- i8042 is the chip over which the standard AT keyboard and PS/2 mouse are connected to the computer. If you use these devices,