projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e38a5
)
uml: kill a kconfig warning
author
WANG Cong
<
[email protected]
>
Tue, 21 Apr 2009 19:24:52 +0000
(12:24 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 21 Apr 2009 20:41:50 +0000
(13:41 -0700)
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]
>
arch/um/Kconfig.rest
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig.rest
b/arch/um/Kconfig.rest
index 7b5cea75a6c4ab5b735e02d325639b013de2e8ea..0ccad0ff6d6ea5a155bbfcd5c33b7927263a494d 100644
(file)
--- 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"