public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Allow iseries to disable input layer without CONFIG_EMBEDDED
@ 2006-01-06  7:38 Dave Jones
  2006-01-06  9:06 ` Christoph Hellwig
  2006-01-07  5:09 ` Dmitry Torokhov
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Jones @ 2006-01-06  7:38 UTC (permalink / raw)
  To: Linux Kernel

iSeries has no keyboard, so it's valid to build a kernel with no input layer.
It seems a bit absurd to call one of these 'embedded'.

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.15/drivers/input/Kconfig~	2006-01-06 02:27:56.000000000 -0500
+++ linux-2.6.15/drivers/input/Kconfig	2006-01-06 02:28:08.000000000 -0500
@@ -5,7 +5,7 @@
 menu "Input device support"
 
 config INPUT
-	tristate "Generic input layer (needed for keyboard, mouse, ...)" if EMBEDDED
+	tristate "Generic input layer (needed for keyboard, mouse, ...)"
 	default y
 	---help---
 	  Say Y here if you have any input device (mouse, keyboard, tablet,

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

end of thread, other threads:[~2006-01-07  5:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06  7:38 Allow iseries to disable input layer without CONFIG_EMBEDDED Dave Jones
2006-01-06  9:06 ` Christoph Hellwig
2006-01-06  9:09   ` Dave Jones
2006-01-06  9:14     ` Christoph Hellwig
2006-01-07  5:09 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox