Skip to content

Commit

Permalink
uml: kill a kconfig warning
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.