Commit e8bf5c42 authored by Kees Cook's avatar Kees Cook

drivers/net/ethernet/8390: 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>
CC: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Mathieu Poirier <mathieu.poirier@linaro.org>
CC: Greg Ungerer <gerg@uclinux.org>
CC: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bd085b93
...@@ -5,10 +5,7 @@ ...@@ -5,10 +5,7 @@
config NET_VENDOR_8390 config NET_VENDOR_8390
bool "National Semi-conductor 8390 devices" bool "National Semi-conductor 8390 devices"
default y default y
depends on NET_VENDOR_NATSEMI && (AMIGA_PCMCIA || PCI || SUPERH || \ depends on NET_VENDOR_NATSEMI
ISA || MCA || EISA || MAC || M32R || MACH_TX49XX || \
MCA_LEGACY || H8300 || ARM || MIPS || ZORRO || PCMCIA || \
EXPERIMENTAL)
---help--- ---help---
If you have a network (Ethernet) card belonging to this class, say Y If you have a network (Ethernet) card belonging to this class, say Y
and read the Ethernet-HOWTO, available from and read the Ethernet-HOWTO, available from
...@@ -34,8 +31,8 @@ config EL2 ...@@ -34,8 +31,8 @@ config EL2
will be called 3c503. will be called 3c503.
config AC3200 config AC3200
tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" tristate "Ansel Communications EISA 3200 support"
depends on PCI && (ISA || EISA) && EXPERIMENTAL depends on PCI && (ISA || EISA)
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y and read
...@@ -87,8 +84,8 @@ config E2100 ...@@ -87,8 +84,8 @@ config E2100
will be called e2100. will be called e2100.
config ES3210 config ES3210
tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)" tristate "Racal-Interlan EISA ES3210 support"
depends on PCI && EISA && EXPERIMENTAL depends on PCI && EISA
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y and read
...@@ -141,8 +138,8 @@ config ARM_ETHERH ...@@ -141,8 +138,8 @@ config ARM_ETHERH
should say Y to this option if you wish to use it with Linux. should say Y to this option if you wish to use it with Linux.
config LNE390 config LNE390
tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)" tristate "Mylex EISA LNE390A/B support"
depends on PCI && EISA && EXPERIMENTAL depends on PCI && EISA
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y and read
...@@ -227,8 +224,8 @@ config APNE ...@@ -227,8 +224,8 @@ config APNE
will be called apne. will be called apne.
config NE3210 config NE3210
tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)" tristate "Novell/Eagle/Microdyne NE3210 EISA support"
depends on PCI && EISA && EXPERIMENTAL depends on PCI && EISA
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y and read
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment