Skip to content

Commit

Permalink
[PATCH] uml: kconfig - silence warning
Browse files Browse the repository at this point in the history
Silence useless warning about undefined symbol in Kconfig.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 20, 2006
1 parent d9d645f commit f43e6a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/um/Kconfig.char
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ config HOSTAUDIO
tristate
default UML_SOUND

#It is selected elsewhere, so kconfig would warn without this.
config HW_RANDOM
tristate
default n

config UML_RANDOM
tristate "Hardware random number generator"
help
Expand Down

0 comments on commit f43e6a5

Please sign in to comment.