2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-14 08:13:56 +08:00

um: Fix mconsole dependency

mconsole depends on CONFIG_PROC_FS.

Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Richard Weinberger 2015-05-31 23:27:26 +02:00
parent 5334cdae40
commit 1eb7c6c70e

View File

@ -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