Commit 28c5045246ac37d037cff6381b2cf527fb09e027

Authored by Kees Cook
1 parent 911f86354d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -23,7 +23,7 @@
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.