PATCH: keyboard controller by default if not embedded
From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 07/27/03
- Previous message: Rusty Russell: "Re: [PATCH] Remove module reference counting."
- Next in thread: Christoph Hellwig: "Re: PATCH: keyboard controller by default if not embedded"
- Reply: Christoph Hellwig: "Re: PATCH: keyboard controller by default if not embedded"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Jul 2003 21:04:09 +0100 To: linux-kernel@vger.kernel.org, torvalds@osdl.org
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/
- Previous message: Rusty Russell: "Re: [PATCH] Remove module reference counting."
- Next in thread: Christoph Hellwig: "Re: PATCH: keyboard controller by default if not embedded"
- Reply: Christoph Hellwig: "Re: PATCH: keyboard controller by default if not embedded"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]