From: WANG Cong Date: Tue, 21 Apr 2009 19:24:52 +0000 (-0700) Subject: uml: kill a kconfig warning X-Git-Tag: upstream/snapshot3+hdmi~19064 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d7197f412e75587037449960bc4c7ea06155a7f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git uml: kill a kconfig warning Got this warning from Kconfig: boolean symbol INPUT tested for 'm'? test forced to 'n' because INPUT is tristate, not bool. Signed-off-by: WANG Cong Cc: Sam Ravnborg Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Kconfig.rest b/arch/um/Kconfig.rest index 7b5cea7..0ccad0f 100644 --- a/arch/um/Kconfig.rest +++ b/arch/um/Kconfig.rest @@ -36,7 +36,7 @@ source "drivers/leds/Kconfig" #This is just to shut up some Kconfig warnings, so no prompt. config INPUT - bool + tristate default n source "arch/um/Kconfig.debug"