projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5334cda
)
um: Fix mconsole dependency
author
Richard Weinberger
<richard@nod.at>
Sun, 31 May 2015 21:27:26 +0000
(23:27 +0200)
committer
Richard Weinberger
<richard@nod.at>
Sun, 31 May 2015 21:27:26 +0000
(23:27 +0200)
mconsole depends on CONFIG_PROC_FS.
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/Kconfig.um
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig.um
b/arch/um/Kconfig.um
index bd5459ce77b1559cf4e0574dbf95146883b9d57f..28a9885e3a37a4815f5cd635f0071865a42e6c4e 100644
(file)
--- 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