diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-09 20:30:26 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-01-22 10:39:49 -0500 |
commit | 168e06ae26dd327df347e70b7244218ff1766a1f (patch) | |
tree | 03ce0fd097f6e0fd98227448882c8520eb3d9302 /drivers/net/ethernet/dlink/Kconfig | |
parent | de8270ff4642f78ff62e9bae20e6ebf39677880c (diff) |
drivers/net: delete old parallel port de600/de620 drivers
The parallel port is largely replaced by USB, and even in the
day where these drivers were current, the documented speed was
less than 100kB/s. Let us not pretend that anyone cares about
these drivers anymore, or worse - pretend that anyone is using
them on a modern kernel.
As a side bonus, this is the end of legacy parallel port ethernet,
so we get to drop the whole chunk relating to that in the legacy
Space.c file containing the non-PCI unified probe dispatch.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/ethernet/dlink/Kconfig')
-rw-r--r-- | drivers/net/ethernet/dlink/Kconfig | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/drivers/net/ethernet/dlink/Kconfig b/drivers/net/ethernet/dlink/Kconfig index b5afe218c31b..ee26ce78e270 100644 --- a/drivers/net/ethernet/dlink/Kconfig +++ b/drivers/net/ethernet/dlink/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | config NET_VENDOR_DLINK | 5 | config NET_VENDOR_DLINK |
6 | bool "D-Link devices" | 6 | bool "D-Link devices" |
7 | default y | 7 | default y |
8 | depends on PCI || PARPORT | 8 | depends on PCI |
9 | ---help--- | 9 | ---help--- |
10 | 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 |
11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
@@ -18,36 +18,6 @@ config NET_VENDOR_DLINK | |||
18 | 18 | ||
19 | if NET_VENDOR_DLINK | 19 | if NET_VENDOR_DLINK |
20 | 20 | ||
21 | config DE600 | ||
22 | tristate "D-Link DE600 pocket adapter support" | ||
23 | depends on PARPORT | ||
24 | ---help--- | ||
25 | This is a network (Ethernet) device which attaches to your parallel | ||
26 | port. Read <file:Documentation/networking/DLINK.txt> as well as the | ||
27 | Ethernet-HOWTO, available from | ||
28 | <http://www.tldp.org/docs.html#howto>, if you want to use | ||
29 | this. It is possible to have several devices share a single parallel | ||
30 | port and it is safe to compile the corresponding drivers into the | ||
31 | kernel. | ||
32 | |||
33 | To compile this driver as a module, choose M here: the module | ||
34 | will be called de600. | ||
35 | |||
36 | config DE620 | ||
37 | tristate "D-Link DE620 pocket adapter support" | ||
38 | depends on PARPORT | ||
39 | ---help--- | ||
40 | This is a network (Ethernet) device which attaches to your parallel | ||
41 | port. Read <file:Documentation/networking/DLINK.txt> as well as the | ||
42 | Ethernet-HOWTO, available from | ||
43 | <http://www.tldp.org/docs.html#howto>, if you want to use | ||
44 | this. It is possible to have several devices share a single parallel | ||
45 | port and it is safe to compile the corresponding drivers into the | ||
46 | kernel. | ||
47 | |||
48 | To compile this driver as a module, choose M here: the module | ||
49 | will be called de620. | ||
50 | |||
51 | config DL2K | 21 | config DL2K |
52 | tristate "DL2000/TC902x-based Gigabit Ethernet support" | 22 | tristate "DL2000/TC902x-based Gigabit Ethernet support" |
53 | depends on PCI | 23 | depends on PCI |