mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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: Kees Cook <keescook@chromium.org> Acked-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
41694365e2
commit
5ba0a3be6e
@ -3,8 +3,7 @@
|
||||
#
|
||||
|
||||
config LAPB
|
||||
tristate "LAPB Data Link Driver (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
tristate "LAPB Data Link Driver"
|
||||
---help---
|
||||
Link Access Procedure, Balanced (LAPB) is the data link layer (i.e.
|
||||
the lower) part of the X.25 protocol. It offers a reliable
|
||||
|
Loading…
Reference in New Issue
Block a user