diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-22 13:30:32 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-22 15:01:34 -0500 |
commit | d703cb32ebbbebaa98a22c8c02d7a8a126ab8f38 (patch) | |
tree | 471c7e4a5bca9fb53dff350afd6906c4f8d3d9c7 /drivers/net/hippi | |
parent | 581d3f2ec58adf39c288699e9652b2fba689472f (diff) |
drivers/net/hippi: 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: Jes Sorensen <jes@trained-monkey.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/hippi')
-rw-r--r-- | drivers/net/hippi/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/hippi/Kconfig b/drivers/net/hippi/Kconfig index 95eb34fdbba7..f71515dc5beb 100644 --- a/drivers/net/hippi/Kconfig +++ b/drivers/net/hippi/Kconfig | |||
@@ -3,8 +3,8 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | config HIPPI | 5 | config HIPPI |
6 | bool "HIPPI driver support (EXPERIMENTAL)" | 6 | bool "HIPPI driver support" |
7 | depends on EXPERIMENTAL && INET && PCI | 7 | depends on INET && PCI |
8 | ---help--- | 8 | ---help--- |
9 | HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and | 9 | HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and |
10 | 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI | 10 | 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI |
@@ -18,7 +18,7 @@ config HIPPI | |||
18 | if HIPPI | 18 | if HIPPI |
19 | 19 | ||
20 | config ROADRUNNER | 20 | config ROADRUNNER |
21 | tristate "Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL)" | 21 | tristate "Essential RoadRunner HIPPI PCI adapter support" |
22 | depends on PCI | 22 | depends on PCI |
23 | ---help--- | 23 | ---help--- |
24 | Say Y here if this is your PCI HIPPI network card. | 24 | Say Y here if this is your PCI HIPPI network card. |
@@ -27,7 +27,7 @@ config ROADRUNNER | |||
27 | will be called rrunner. If unsure, say N. | 27 | will be called rrunner. If unsure, say N. |
28 | 28 | ||
29 | config ROADRUNNER_LARGE_RINGS | 29 | config ROADRUNNER_LARGE_RINGS |
30 | bool "Use large TX/RX rings (EXPERIMENTAL)" | 30 | bool "Use large TX/RX rings" |
31 | depends on ROADRUNNER | 31 | depends on ROADRUNNER |
32 | ---help--- | 32 | ---help--- |
33 | If you say Y here, the RoadRunner driver will preallocate up to 2 MB | 33 | If you say Y here, the RoadRunner driver will preallocate up to 2 MB |