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>
This commit is contained in:
parent
581d3f2ec5
commit
d703cb32eb
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
config HIPPI
|
config HIPPI
|
||||||
bool "HIPPI driver support (EXPERIMENTAL)"
|
bool "HIPPI driver support"
|
||||||
depends on EXPERIMENTAL && INET && PCI
|
depends on INET && PCI
|
||||||
---help---
|
---help---
|
||||||
HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and
|
HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and
|
||||||
1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
|
1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
|
||||||
|
@ -18,7 +18,7 @@ config HIPPI
|
||||||
if HIPPI
|
if HIPPI
|
||||||
|
|
||||||
config ROADRUNNER
|
config ROADRUNNER
|
||||||
tristate "Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL)"
|
tristate "Essential RoadRunner HIPPI PCI adapter support"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
---help---
|
---help---
|
||||||
Say Y here if this is your PCI HIPPI network card.
|
Say Y here if this is your PCI HIPPI network card.
|
||||||
|
@ -27,7 +27,7 @@ config ROADRUNNER
|
||||||
will be called rrunner. If unsure, say N.
|
will be called rrunner. If unsure, say N.
|
||||||
|
|
||||||
config ROADRUNNER_LARGE_RINGS
|
config ROADRUNNER_LARGE_RINGS
|
||||||
bool "Use large TX/RX rings (EXPERIMENTAL)"
|
bool "Use large TX/RX rings"
|
||||||
depends on ROADRUNNER
|
depends on ROADRUNNER
|
||||||
---help---
|
---help---
|
||||||
If you say Y here, the RoadRunner driver will preallocate up to 2 MB
|
If you say Y here, the RoadRunner driver will preallocate up to 2 MB
|
||||||
|
|
Loading…
Add table
Reference in a new issue