diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:18:30 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:41 -0500 |
commit | c9f1b39aee74e83a18411ea6a85c0b711c14d99b (patch) | |
tree | bf22b930596eb29f62959108dd1185c2e807abb2 | |
parent | 513fe16a244f0340a085fa7c966dc73ad615eed3 (diff) |
drivers/net/wan: 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: Lucas De Marchi <lucas.demarchi@profusion.mobi>
CC: Jiri Slaby <jslaby@suse.cz>
CC: "David S. Miller" <davem@davemloft.net>
CC: Takashi Iwai <tiwai@suse.de>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/wan/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index d58431e99f73..c0cd88dd6bb5 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -375,7 +375,7 @@ config WAN_ROUTER_DRIVERS | |||
375 | If unsure, say N. | 375 | If unsure, say N. |
376 | 376 | ||
377 | config CYCLADES_SYNC | 377 | config CYCLADES_SYNC |
378 | tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)" | 378 | tristate "Cyclom 2X(tm) cards" |
379 | depends on WAN_ROUTER_DRIVERS && (PCI || ISA) | 379 | depends on WAN_ROUTER_DRIVERS && (PCI || ISA) |
380 | ---help--- | 380 | ---help--- |
381 | Cyclom 2X from Cyclades Corporation <http://www.avocent.com/> is an | 381 | Cyclom 2X from Cyclades Corporation <http://www.avocent.com/> is an |
@@ -403,7 +403,7 @@ config CYCLADES_SYNC | |||
403 | module will be called cyclomx. | 403 | module will be called cyclomx. |
404 | 404 | ||
405 | config CYCLOMX_X25 | 405 | config CYCLOMX_X25 |
406 | bool "Cyclom 2X X.25 support (EXPERIMENTAL)" | 406 | bool "Cyclom 2X X.25 support" |
407 | depends on CYCLADES_SYNC | 407 | depends on CYCLADES_SYNC |
408 | help | 408 | help |
409 | Connect a Cyclom 2X card to an X.25 network. | 409 | Connect a Cyclom 2X card to an X.25 network. |
@@ -412,7 +412,7 @@ config CYCLOMX_X25 | |||
412 | 412 | ||
413 | # X.25 network drivers | 413 | # X.25 network drivers |
414 | config LAPBETHER | 414 | config LAPBETHER |
415 | tristate "LAPB over Ethernet driver (EXPERIMENTAL)" | 415 | tristate "LAPB over Ethernet driver" |
416 | depends on LAPB && X25 | 416 | depends on LAPB && X25 |
417 | ---help--- | 417 | ---help--- |
418 | Driver for a pseudo device (typically called /dev/lapb0) which allows | 418 | Driver for a pseudo device (typically called /dev/lapb0) which allows |
@@ -428,7 +428,7 @@ config LAPBETHER | |||
428 | If unsure, say N. | 428 | If unsure, say N. |
429 | 429 | ||
430 | config X25_ASY | 430 | config X25_ASY |
431 | tristate "X.25 async driver (EXPERIMENTAL)" | 431 | tristate "X.25 async driver" |
432 | depends on LAPB && X25 | 432 | depends on LAPB && X25 |
433 | ---help--- | 433 | ---help--- |
434 | Send and receive X.25 frames over regular asynchronous serial | 434 | Send and receive X.25 frames over regular asynchronous serial |