[PATCH 27/28] UML - define CONFIG_INPUT better

From: Jeff Dike
Date: Mon Jan 10 2005 - 01:10:50 EST


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

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

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"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/