File tree 6 files changed +0
-2014
lines changed
drivers/net/ethernet/dlink
6 files changed +0
-2014
lines changed Original file line number Diff line number Diff line change @@ -22247,12 +22247,6 @@ S: Maintained
22247
22247
F: Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
22248
22248
F: drivers/input/keyboard/sun4i-lradc-keys.c
22249
22249
22250
- SUNDANCE NETWORK DRIVER
22251
- M: Denis Kirjanov <kda@linux-powerpc.org>
22252
- L: netdev@vger.kernel.org
22253
- S: Maintained
22254
- F: drivers/net/ethernet/dlink/sundance.c
22255
-
22256
22250
SUNPLUS ETHERNET DRIVER
22257
22251
M: Wells Lu <wellslutw@gmail.com>
22258
22252
L: netdev@vger.kernel.org
Original file line number Diff line number Diff line change @@ -275,7 +275,6 @@ CONFIG_DM9102=m
275
275
CONFIG_ULI526X=m
276
276
CONFIG_PCMCIA_XIRCOM=m
277
277
CONFIG_DL2K=m
278
- CONFIG_SUNDANCE=m
279
278
CONFIG_PCMCIA_FMVJ18X=m
280
279
CONFIG_E100=m
281
280
CONFIG_E1000=m
Original file line number Diff line number Diff line change @@ -435,7 +435,6 @@ CONFIG_DM9102=m
435
435
CONFIG_ULI526X=m
436
436
CONFIG_PCMCIA_XIRCOM=m
437
437
CONFIG_DL2K=m
438
- CONFIG_SUNDANCE=m
439
438
CONFIG_S2IO=m
440
439
CONFIG_FEC_MPC52xx=m
441
440
CONFIG_GIANFAR=m
Original file line number Diff line number Diff line change @@ -32,24 +32,4 @@ config DL2K
32
32
To compile this driver as a module, choose M here: the
33
33
module will be called dl2k.
34
34
35
- config SUNDANCE
36
- tristate "Sundance Alta support"
37
- depends on PCI
38
- select CRC32
39
- select MII
40
- help
41
- This driver is for the Sundance "Alta" chip.
42
- More specific information and updates are available from
43
- <http://www.scyld.com/network/sundance.html>.
44
-
45
- config SUNDANCE_MMIO
46
- bool "Use MMIO instead of PIO"
47
- depends on SUNDANCE
48
- help
49
- Enable memory-mapped I/O for interaction with Sundance NIC registers.
50
- Do NOT enable this by default, PIO (enabled when MMIO is disabled)
51
- is known to solve bugs on certain chips.
52
-
53
- If unsure, say N.
54
-
55
35
endif # NET_VENDOR_DLINK
Original file line number Diff line number Diff line change 4
4
#
5
5
6
6
obj-$(CONFIG_DL2K) += dl2k.o
7
- obj-$(CONFIG_SUNDANCE) += sundance.o
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments