]> git.hungrycats.org Git - linux/commitdiff
[PATCH] UML: define CONFIG_INPUT better
authorJeff Dike <jdike@addtoit.com>
Tue, 11 Jan 2005 11:17:15 +0000 (03:17 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 11:17:15 +0000 (03:17 -0800)
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Kconfig

index 633e8a54fde297cb46668cd781f5ecaec51ae32e..f399b64a137c4f8f0d7abd03ffd09f9c514423cd 100644 (file)
@@ -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"