diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:16:46 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:04 -0500 |
commit | 75dacf5d808101af96866dd1fba1be1a58b77260 (patch) | |
tree | eb1e1a7b4d4a33a84ce39f3b293bdb1412028bcb /arch/um/Kconfig.net | |
parent | b186ba6e0ff4e209a55afab5377622dcbf7f02e4 (diff) |
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>
Diffstat (limited to 'arch/um/Kconfig.net')
-rw-r--r-- | arch/um/Kconfig.net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig.net b/arch/um/Kconfig.net index 3160b1a5adb7..820a56f00332 100644 --- a/arch/um/Kconfig.net +++ b/arch/um/Kconfig.net | |||
@@ -157,7 +157,7 @@ config UML_NET_MCAST | |||
157 | 157 | ||
158 | config UML_NET_PCAP | 158 | config UML_NET_PCAP |
159 | bool "pcap transport" | 159 | bool "pcap transport" |
160 | depends on UML_NET && EXPERIMENTAL | 160 | depends on UML_NET |
161 | help | 161 | help |
162 | The pcap transport makes a pcap packet stream on the host look | 162 | The pcap transport makes a pcap packet stream on the host look |
163 | like an ethernet device inside UML. This is useful for making | 163 | like an ethernet device inside UML. This is useful for making |