diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 11:19:52 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 11:40:01 -0800 |
commit | 5ba0a3be6ecc3a0b0d52c2a818b05564c6b42510 (patch) | |
tree | 3481cd5e13e2f751587e3a9e7933dc5d8f45b3b4 /net/lapb/Kconfig | |
parent | 41694365e2fbd68dcde3bf4b698e35bd6a932ed6 (diff) | |
download | linux-5ba0a3be6ecc3a0b0d52c2a818b05564c6b42510.tar.gz linux-5ba0a3be6ecc3a0b0d52c2a818b05564c6b42510.tar.bz2 linux-5ba0a3be6ecc3a0b0d52c2a818b05564c6b42510.zip |
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>
Diffstat (limited to 'net/lapb/Kconfig')
-rw-r--r-- | net/lapb/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/lapb/Kconfig b/net/lapb/Kconfig index f0b5efb31a00..6481839b76c9 100644 --- a/net/lapb/Kconfig +++ b/net/lapb/Kconfig @@ -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 |