aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo 'Blaisorblade' Giarrusso <[email protected]>2006-10-19 23:28:25 -0700
committerLinus Torvalds <[email protected]>2006-10-20 10:26:36 -0700
commitf43e6a5a72566675da3581dc0d7076042e6701f7 (patch)
tree3cce4938403a733ebf29b4987595254b5c43b4da
parentd9d645f06a8f50659bbae2be64ed8367ba068fc0 (diff)
[PATCH] uml: kconfig - silence warning
Silence useless warning about undefined symbol in Kconfig. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]> Cc: Jeff Dike <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/um/Kconfig.char5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char
index 62d87b71179b..e03e40c7aac3 100644
--- a/arch/um/Kconfig.char
+++ b/arch/um/Kconfig.char
@@ -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