Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/9p: 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: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>

Kees Cook 28c50452 911f8635

+1 -1
+1 -1
net/9p/Kconfig
··· 23 23 guest partitions and a host partition. 24 24 25 25 config NET_9P_RDMA 26 - depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL 26 + depends on INET && INFINIBAND && INFINIBAND_ADDR_TRANS 27 27 tristate "9P RDMA Transport (Experimental)" 28 28 help 29 29 This builds support for an RDMA transport.