Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / net / ethernet / dlink / Kconfig
CommitLineData
3401299a
JK
1#
2# D-Link device configuration
3#
4
5config NET_VENDOR_DLINK
6 bool "D-Link devices"
88f07484 7 default y
168e06ae 8 depends on PCI
3401299a 9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
3401299a
JK
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
17if NET_VENDOR_DLINK
18
3401299a 19config DL2K
c3f45d32 20 tristate "DL2000/TC902x/IP1000A-based Gigabit Ethernet support"
3401299a
JK
21 depends on PCI
22 select CRC32
23 ---help---
c3f45d32 24 This driver supports DL2000/TC902x/IP1000A-based Gigabit ethernet cards,
3401299a
JK
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.
c3f45d32 29 ICPlus IP1000A-based cards
3401299a
JK
30
31 To compile this driver as a module, choose M here: the
32 module will be called dl2k.
33
34config SUNDANCE
35 tristate "Sundance Alta support"
36 depends on PCI
37 select CRC32
38 select MII
39 ---help---
40 This driver is for the Sundance "Alta" chip.
41 More specific information and updates are available from
42 <http://www.scyld.com/network/sundance.html>.
43
44config SUNDANCE_MMIO
45 bool "Use MMIO instead of PIO"
46 depends on SUNDANCE
47 ---help---
48 Enable memory-mapped I/O for interaction with Sundance NIC registers.
49 Do NOT enable this by default, PIO (enabled when MMIO is disabled)
50 is known to solve bugs on certain chips.
51
52 If unsure, say N.
53
54endif # NET_VENDOR_DLINK
This page took 0.295605 seconds and 5 git commands to generate.