]> Git Repo - J-linux.git/blob - drivers/net/ethernet/dlink/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / dlink / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # D-Link device configuration
4 #
5
6 config NET_VENDOR_DLINK
7         bool "D-Link devices"
8         default y
9         depends on PCI
10         help
11           If you have a network (Ethernet) card belonging to this class, say Y.
12
13           Note that the answer to this question doesn't directly affect the
14           kernel: saying N will just cause the configurator to skip all
15           the questions about D-Link devices. If you say Y, you will be asked for
16           your specific card in the following questions.
17
18 if NET_VENDOR_DLINK
19
20 config DL2K
21         tristate "DL2000/TC902x/IP1000A-based Gigabit Ethernet support"
22         depends on PCI
23         select CRC32
24         help
25           This driver supports DL2000/TC902x/IP1000A-based Gigabit ethernet cards,
26           which includes
27           D-Link DGE-550T Gigabit Ethernet Adapter.
28           D-Link DL2000-based Gigabit Ethernet Adapter.
29           Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
30           ICPlus IP1000A-based cards
31
32           To compile this driver as a module, choose M here: the
33           module will be called dl2k.
34
35 endif # NET_VENDOR_DLINK
This page took 0.029019 seconds and 4 git commands to generate.