mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
arch/um: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Jeff Dike <jdike@addtoit.com> CC: Richard Weinberger <richard@nod.at> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
b186ba6e0f
commit
75dacf5d80
@ -157,7 +157,7 @@ config UML_NET_MCAST
|
|||||||
|
|
||||||
config UML_NET_PCAP
|
config UML_NET_PCAP
|
||||||
bool "pcap transport"
|
bool "pcap transport"
|
||||||
depends on UML_NET && EXPERIMENTAL
|
depends on UML_NET
|
||||||
help
|
help
|
||||||
The pcap transport makes a pcap packet stream on the host look
|
The pcap transport makes a pcap packet stream on the host look
|
||||||
like an ethernet device inside UML. This is useful for making
|
like an ethernet device inside UML. This is useful for making
|
||||||
|
@ -45,8 +45,8 @@ config HOSTFS
|
|||||||
say Y or M here; otherwise say N.
|
say Y or M here; otherwise say N.
|
||||||
|
|
||||||
config HPPFS
|
config HPPFS
|
||||||
tristate "HoneyPot ProcFS (EXPERIMENTAL)"
|
tristate "HoneyPot ProcFS"
|
||||||
depends on EXPERIMENTAL && PROC_FS
|
depends on PROC_FS
|
||||||
help
|
help
|
||||||
hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc
|
hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc
|
||||||
entries to be overridden, removed, or fabricated from the host.
|
entries to be overridden, removed, or fabricated from the host.
|
||||||
@ -96,7 +96,7 @@ config MAGIC_SYSRQ
|
|||||||
unless you really know what this hack does.
|
unless you really know what this hack does.
|
||||||
|
|
||||||
config SMP
|
config SMP
|
||||||
bool "Symmetric multi-processing support (EXPERIMENTAL)"
|
bool "Symmetric multi-processing support"
|
||||||
default n
|
default n
|
||||||
depends on BROKEN
|
depends on BROKEN
|
||||||
help
|
help
|
||||||
@ -126,7 +126,7 @@ config NR_CPUS
|
|||||||
default "32"
|
default "32"
|
||||||
|
|
||||||
config HIGHMEM
|
config HIGHMEM
|
||||||
bool "Highmem support (EXPERIMENTAL)"
|
bool "Highmem support"
|
||||||
depends on !64BIT && BROKEN
|
depends on !64BIT && BROKEN
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user