Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
[firefly-linux-kernel-4.4.55.git] / drivers / net / ethernet / dlink / Kconfig
1 #
2 # D-Link device configuration
3 #
4
5 config NET_VENDOR_DLINK
6         bool "D-Link devices"
7         default y
8         depends on PCI
9         ---help---
10           If you have a network (Ethernet) card belonging to this class, say Y.
11
12           Note that the answer to this question doesn't directly affect the
13           kernel: saying N will just cause the configurator to skip all
14           the questions about D-Link devices. If you say Y, you will be asked for
15           your specific card in the following questions.
16
17 if NET_VENDOR_DLINK
18
19 config DL2K
20         tristate "DL2000/TC902x-based Gigabit Ethernet support"
21         depends on PCI
22         select CRC32
23         ---help---
24           This driver supports DL2000/TC902x-based Gigabit ethernet cards,
25           which includes
26           D-Link DGE-550T Gigabit Ethernet Adapter.
27           D-Link DL2000-based Gigabit Ethernet Adapter.
28           Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
29
30           To compile this driver as a module, choose M here: the
31           module will be called dl2k.
32
33 config SUNDANCE
34         tristate "Sundance Alta support"
35         depends on PCI
36         select CRC32
37         select MII
38         ---help---
39           This driver is for the Sundance "Alta" chip.
40           More specific information and updates are available from
41           <http://www.scyld.com/network/sundance.html>.
42
43 config SUNDANCE_MMIO
44         bool "Use MMIO instead of PIO"
45         depends on SUNDANCE
46         ---help---
47           Enable memory-mapped I/O for interaction with Sundance NIC registers.
48           Do NOT enable this by default, PIO (enabled when MMIO is disabled)
49           is known to solve bugs on certain chips.
50
51           If unsure, say N.
52
53 endif # NET_VENDOR_DLINK