From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261533AbUJaKkV (ORCPT ); Sun, 31 Oct 2004 05:40:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261539AbUJaKjK (ORCPT ); Sun, 31 Oct 2004 05:39:10 -0500 Received: from nl-ams-slo-l4-01-pip-3.chellonetwork.com ([213.46.243.17]:36890 "EHLO amsfep12-int.chello.nl") by vger.kernel.org with ESMTP id S261540AbUJaKDo (ORCPT ); Sun, 31 Oct 2004 05:03:44 -0500 Date: Sun, 31 Oct 2004 11:03:41 +0100 Message-Id: <200410311003.i9VA3f6H009703@anakin.of.borg> From: Geert Uytterhoeven To: Linus Torvalds , Andrew Morton , Vojtech Pavlik Cc: Linux Kernel Development , Geert Uytterhoeven Subject: [PATCH 517] M68k: Disable SERIO_I8042, except on Q40/Q60 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org M68k: Disable SERIO_I8042, except on Q40/Q60 Signed-off-by: Geert Uytterhoeven --- 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 || Q40) ---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, Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds