diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:19:52 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:40:01 -0500 |
commit | 5ba0a3be6ecc3a0b0d52c2a818b05564c6b42510 (patch) | |
tree | 3481cd5e13e2f751587e3a9e7933dc5d8f45b3b4 /net | |
parent | 41694365e2fbd68dcde3bf4b698e35bd6a932ed6 (diff) |
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')
-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 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | config LAPB | 5 | config LAPB |
6 | tristate "LAPB Data Link Driver (EXPERIMENTAL)" | 6 | tristate "LAPB Data Link Driver" |
7 | depends on EXPERIMENTAL | ||
8 | ---help--- | 7 | ---help--- |
9 | Link Access Procedure, Balanced (LAPB) is the data link layer (i.e. | 8 | Link Access Procedure, Balanced (LAPB) is the data link layer (i.e. |
10 | the lower) part of the X.25 protocol. It offers a reliable | 9 | the lower) part of the X.25 protocol. It offers a reliable |