From: Richard Weinberger Date: Sun, 31 May 2015 21:27:26 +0000 (+0200) Subject: um: Fix mconsole dependency X-Git-Tag: firefly_0821_release~176^2~1531^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1eb7c6c70e9d8e86b7083661e91ae8f6cd1bffd4;p=firefly-linux-kernel-4.4.55.git um: Fix mconsole dependency mconsole depends on CONFIG_PROC_FS. Signed-off-by: Richard Weinberger --- diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um index bd5459ce77b1..28a9885e3a37 100644 --- a/arch/um/Kconfig.um +++ b/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