diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:17:57 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:07 -0500 |
commit | e8bf5c4298f26a09c5e6db7ea9efe6f3bbe8c3e7 (patch) | |
tree | 1aedba66a5c03b5b1ec5d8d1e2b7cb3368a27f60 | |
parent | bd085b93851c69e984dc11a9fb359ee388c1e7d2 (diff) |
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: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/8390/Kconfig | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/drivers/net/ethernet/8390/Kconfig b/drivers/net/ethernet/8390/Kconfig index e1219e037c04..8e15bd4c8304 100644 --- a/drivers/net/ethernet/8390/Kconfig +++ b/drivers/net/ethernet/8390/Kconfig | |||
@@ -5,10 +5,7 @@ | |||
5 | config NET_VENDOR_8390 | 5 | config NET_VENDOR_8390 |
6 | bool "National Semi-conductor 8390 devices" | 6 | bool "National Semi-conductor 8390 devices" |
7 | default y | 7 | default y |
8 | depends on NET_VENDOR_NATSEMI && (AMIGA_PCMCIA || PCI || SUPERH || \ | 8 | depends on NET_VENDOR_NATSEMI |
9 | ISA || MCA || EISA || MAC || M32R || MACH_TX49XX || \ | ||
10 | MCA_LEGACY || H8300 || ARM || MIPS || ZORRO || PCMCIA || \ | ||
11 | EXPERIMENTAL) | ||
12 | ---help--- | 9 | ---help--- |
13 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
14 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
@@ -34,8 +31,8 @@ config EL2 | |||
34 | will be called 3c503. | 31 | will be called 3c503. |
35 | 32 | ||
36 | config AC3200 | 33 | config AC3200 |
37 | tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" | 34 | tristate "Ansel Communications EISA 3200 support" |
38 | depends on PCI && (ISA || EISA) && EXPERIMENTAL | 35 | depends on PCI && (ISA || EISA) |
39 | select CRC32 | 36 | select CRC32 |
40 | ---help--- | 37 | ---help--- |
41 | If you have a network (Ethernet) card of this type, say Y and read | 38 | If you have a network (Ethernet) card of this type, say Y and read |
@@ -87,8 +84,8 @@ config E2100 | |||
87 | will be called e2100. | 84 | will be called e2100. |
88 | 85 | ||
89 | config ES3210 | 86 | config ES3210 |
90 | tristate "Racal-Interlan EISA ES3210 support (EXPERIMENTAL)" | 87 | tristate "Racal-Interlan EISA ES3210 support" |
91 | depends on PCI && EISA && EXPERIMENTAL | 88 | depends on PCI && EISA |
92 | select CRC32 | 89 | select CRC32 |
93 | ---help--- | 90 | ---help--- |
94 | If you have a network (Ethernet) card of this type, say Y and read | 91 | If you have a network (Ethernet) card of this type, say Y and read |
@@ -141,8 +138,8 @@ config ARM_ETHERH | |||
141 | should say Y to this option if you wish to use it with Linux. | 138 | should say Y to this option if you wish to use it with Linux. |
142 | 139 | ||
143 | config LNE390 | 140 | config LNE390 |
144 | tristate "Mylex EISA LNE390A/B support (EXPERIMENTAL)" | 141 | tristate "Mylex EISA LNE390A/B support" |
145 | depends on PCI && EISA && EXPERIMENTAL | 142 | depends on PCI && EISA |
146 | select CRC32 | 143 | select CRC32 |
147 | ---help--- | 144 | ---help--- |
148 | If you have a network (Ethernet) card of this type, say Y and read | 145 | If you have a network (Ethernet) card of this type, say Y and read |
@@ -227,8 +224,8 @@ config APNE | |||
227 | will be called apne. | 224 | will be called apne. |
228 | 225 | ||
229 | config NE3210 | 226 | config NE3210 |
230 | tristate "Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)" | 227 | tristate "Novell/Eagle/Microdyne NE3210 EISA support" |
231 | depends on PCI && EISA && EXPERIMENTAL | 228 | depends on PCI && EISA |
232 | select CRC32 | 229 | select CRC32 |
233 | ---help--- | 230 | ---help--- |
234 | If you have a network (Ethernet) card of this type, say Y and read | 231 | If you have a network (Ethernet) card of this type, say Y and read |