From: Michael Hennerich Date: Tue, 24 Jul 2007 07:56:17 +0000 (+0800) Subject: Input Serio: Blackfin doesnt support I8042 - make sure it doesnt get selected X-Git-Tag: v2.6.23-rc2~179^2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b92bdbd589cf3f59244bf5e848e7be254a2e4c;p=linux-2.6 Input Serio: Blackfin doesnt support I8042 - make sure it doesnt get selected Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu --- diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index adef447f23..5ce632ca68 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -21,7 +21,7 @@ if SERIO config SERIO_I8042 tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86 default y - depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K + depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BFIN ---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,