Skip to content

Commit

Permalink
um: Fix mconsole dependency
Browse files Browse the repository at this point in the history
mconsole depends on CONFIG_PROC_FS.

Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Richard Weinberger committed May 31, 2015
1 parent 5334cda commit 1eb7c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/um/Kconfig.um
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1eb7c6c

Please sign in to comment.