From 1eb7c6c70e9d8e86b7083661e91ae8f6cd1bffd4 Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Sun, 31 May 2015 23:27:26 +0200 Subject: um: Fix mconsole dependency mconsole depends on CONFIG_PROC_FS. Signed-off-by: Richard Weinberger --- arch/um/Kconfig.um | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/um/Kconfig.um') 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 -- cgit v1.2.3-59-g8ed1b