linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: keyboard controller by default if not embedded
@ 2003-07-27 20:04 Alan Cox
  2003-07-28  7:15 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-07-27 20:04 UTC (permalink / raw)
  To: linux-kernel, torvalds

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---

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: keyboard controller by default if not embedded
  2003-07-27 20:04 PATCH: keyboard controller by default if not embedded Alan Cox
@ 2003-07-28  7:15 ` Christoph Hellwig
  2003-07-28 11:34   ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2003-07-28  7:15 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel, torvalds

Again this is crap and make no sense for most x86 subarches except
X86_PC.  And means useless bloat for all my modwern PeeCees with USB
keyboard and mouse.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: keyboard controller by default if not embedded
  2003-07-28  7:15 ` Christoph Hellwig
@ 2003-07-28 11:34   ` Alan Cox
  2003-07-28 12:38     ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2003-07-28 11:34 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Linux Kernel Mailing List, torvalds

On Llu, 2003-07-28 at 08:15, Christoph Hellwig wrote:
> Again this is crap and make no sense for most x86 subarches except
> X86_PC.  And means useless bloat for all my modwern PeeCees with USB
> keyboard and mouse.

USB isnt the default yet and it stops a zillion people reporting 2.6.0-test
doesn't work or hangs on boot as they are now. 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: keyboard controller by default if not embedded
  2003-07-28 11:34   ` Alan Cox
@ 2003-07-28 12:38     ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2003-07-28 12:38 UTC (permalink / raw)
  To: Alan Cox; +Cc: Christoph Hellwig, Linux Kernel Mailing List, torvalds

On Mon, Jul 28, 2003 at 12:34:50PM +0100, Alan Cox wrote:
> On Llu, 2003-07-28 at 08:15, Christoph Hellwig wrote:
> > Again this is crap and make no sense for most x86 subarches except
> > X86_PC.  And means useless bloat for all my modwern PeeCees with USB
> > keyboard and mouse.
> 
> USB isnt the default yet and it stops a zillion people reporting 2.6.0-test
> doesn't work or hangs on boot as they are now. 

Have you seen the CONFIG_VT implies CONFIG_INPUT patch?  Makes a
whole lot more sense and doesn't force people to bloat their kernels.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-28 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 20:04 PATCH: keyboard controller by default if not embedded Alan Cox
2003-07-28  7:15 ` Christoph Hellwig
2003-07-28 11:34   ` Alan Cox
2003-07-28 12:38     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).