
From: Jeff Dike <jdike@addtoit.com>

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

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/Kconfig |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)

diff -puN arch/um/Kconfig~uml-define-config_input-better arch/um/Kconfig
--- 25/arch/um/Kconfig~uml-define-config_input-better	2005-01-09 23:44:26.115193376 -0800
+++ 25-akpm/arch/um/Kconfig	2005-01-09 23:44:26.119192768 -0800
@@ -285,7 +285,10 @@ if BROKEN
 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"
_
