PATCH: keyboard controller by default if not embedded

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Jul 27 2003 - 15:04:09 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/input/serio/Kconfig linux-2.6.0-test2-ac1/drivers/input/serio/Kconfig
--- linux-2.6.0-test2/drivers/input/serio/Kconfig 2003-07-10 21:10:18.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/input/serio/Kconfig 2003-07-16 18:39:32.000000000 +0100
@@ -19,7 +19,7 @@
           as a module, say M here and read <file:Documentation/modules.txt>.
 
 config SERIO_I8042
- tristate "i8042 PC Keyboard controller"
+ tristate "i8042 PC Keyboard controller" if (X86 && EMBEDDED) || (!X86)
         default y
         depends on SERIO
         ---help---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:33 EST