linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 27/28] UML - define CONFIG_INPUT better
@ 2005-01-10  7:36 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2005-01-10  7:36 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, cw

>From Chris Wright - define CONFIG_INPUT to shut up a config warning.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: 2.6.10/arch/um/Kconfig
===================================================================
--- 2.6.10.orig/arch/um/Kconfig	2005-01-09 19:09:20.000000000 -0500
+++ 2.6.10/arch/um/Kconfig	2005-01-09 21:57:29.000000000 -0500
@@ -285,7 +285,10 @@
 endif
 
 config INPUT
-	bool
+	bool "Dummy option"
+	depends BROKEN
 	default n
+	help
+	This is a dummy option to get rid of warnings.
 
 source "arch/um/Kconfig.debug"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-10  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10  7:36 [PATCH 27/28] UML - define CONFIG_INPUT better Jeff Dike

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