Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 <xiyou.wangcong@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
congwang authored and torvalds committed Apr 21, 2009
1 parent 77e38a5 commit 2d7197f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/Kconfig.rest
Expand Up @@ -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"

0 comments on commit 2d7197f

Please sign in to comment.