Commit 5ba0a3be authored by Kees Cook's avatar Kees Cook

net/lapb: 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: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 41694365
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
# #
config LAPB config LAPB
tristate "LAPB Data Link Driver (EXPERIMENTAL)" tristate "LAPB Data Link Driver"
depends on EXPERIMENTAL
---help--- ---help---
Link Access Procedure, Balanced (LAPB) is the data link layer (i.e. Link Access Procedure, Balanced (LAPB) is the data link layer (i.e.
the lower) part of the X.25 protocol. It offers a reliable the lower) part of the X.25 protocol. It offers a reliable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment