2005-01-10 06:03:24

by Jeff Dike

[permalink] [raw]
Subject: [PATCH 27/28] UML - define CONFIG_INPUT better

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

Signed-off-by: Jeff Dike <[email protected]>

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"