arch: um: Kconfig: pedantic indention cleanups
Formatting of Kconfig files doesn't look so pretty, so just take damp cloth and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:

committed by
Richard Weinberger

parent
5c2ffce1e9
commit
37606596d1
@@ -80,46 +80,46 @@ config LD_SCRIPT_DYN
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on !LD_SCRIPT_STATIC
|
depends on !LD_SCRIPT_STATIC
|
||||||
select MODULE_REL_CRCS if MODVERSIONS
|
select MODULE_REL_CRCS if MODVERSIONS
|
||||||
|
|
||||||
config HOSTFS
|
config HOSTFS
|
||||||
tristate "Host filesystem"
|
tristate "Host filesystem"
|
||||||
help
|
help
|
||||||
While the User-Mode Linux port uses its own root file system for
|
While the User-Mode Linux port uses its own root file system for
|
||||||
booting and normal file access, this module lets the UML user
|
booting and normal file access, this module lets the UML user
|
||||||
access files stored on the host. It does not require any
|
access files stored on the host. It does not require any
|
||||||
network connection between the Host and UML. An example use of
|
network connection between the Host and UML. An example use of
|
||||||
this might be:
|
this might be:
|
||||||
|
|
||||||
mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
|
mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
|
||||||
|
|
||||||
where /tmp/fromhost is an empty directory inside UML and
|
where /tmp/fromhost is an empty directory inside UML and
|
||||||
/tmp/umlshare is a directory on the host with files the UML user
|
/tmp/umlshare is a directory on the host with files the UML user
|
||||||
wishes to access.
|
wishes to access.
|
||||||
|
|
||||||
For more information, see
|
For more information, see
|
||||||
<http://user-mode-linux.sourceforge.net/hostfs.html>.
|
<http://user-mode-linux.sourceforge.net/hostfs.html>.
|
||||||
|
|
||||||
If you'd like to be able to work with files stored on the host,
|
If you'd like to be able to work with files stored on the host,
|
||||||
say Y or M here; otherwise say N.
|
say Y or M here; otherwise say N.
|
||||||
|
|
||||||
config MCONSOLE
|
config MCONSOLE
|
||||||
bool "Management console"
|
bool "Management console"
|
||||||
depends on PROC_FS
|
depends on PROC_FS
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
The user mode linux management console is a low-level interface to
|
The user mode linux management console is a low-level interface to
|
||||||
the kernel, somewhat like the i386 SysRq interface. Since there is
|
the kernel, somewhat like the i386 SysRq interface. Since there is
|
||||||
a full-blown operating system running under every user mode linux
|
a full-blown operating system running under every user mode linux
|
||||||
instance, there is much greater flexibility possible than with the
|
instance, there is much greater flexibility possible than with the
|
||||||
SysRq mechanism.
|
SysRq mechanism.
|
||||||
|
|
||||||
If you answer 'Y' to this option, to use this feature, you need the
|
If you answer 'Y' to this option, to use this feature, you need the
|
||||||
mconsole client (called uml_mconsole) which is present in CVS in
|
mconsole client (called uml_mconsole) which is present in CVS in
|
||||||
2.4.5-9um and later (path /tools/mconsole), and is also in the
|
2.4.5-9um and later (path /tools/mconsole), and is also in the
|
||||||
distribution RPM package in 2.4.6 and later.
|
distribution RPM package in 2.4.6 and later.
|
||||||
|
|
||||||
It is safe to say 'Y' here.
|
It is safe to say 'Y' here.
|
||||||
|
|
||||||
config MAGIC_SYSRQ
|
config MAGIC_SYSRQ
|
||||||
bool "Magic SysRq key"
|
bool "Magic SysRq key"
|
||||||
|
Reference in New Issue
Block a user