Browse Source

um: Fix mconsole dependency

mconsole depends on CONFIG_PROC_FS.

Signed-off-by: Richard Weinberger <richard@nod.at>
Richard Weinberger 10 years ago
parent
commit
1eb7c6c70e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/um/Kconfig.um

+ 1 - 0
arch/um/Kconfig.um

@@ -46,6 +46,7 @@ config HOSTFS
 
 config MCONSOLE
 	bool "Management console"
+	depends on PROC_FS
 	default y
 	help
           The user mode linux management console is a low-level interface to