]> Git Repo - linux.git/blob - drivers/net/ethernet/alacritech/Kconfig
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.git] / drivers / net / ethernet / alacritech / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config NET_VENDOR_ALACRITECH
3         bool "Alacritech devices"
4         default y
5         help
6           If you have a network (Ethernet) card belonging to this class, say Y.
7
8           Note that the answer to this question doesn't directly affect the
9           kernel: saying N will just cause the configurator to skip all the
10           questions about Alacritech devices. If you say Y, you will be asked
11           for your specific device in the following questions.
12
13 if NET_VENDOR_ALACRITECH
14
15 config SLICOSS
16         tristate "Alacritech Slicoss support"
17         depends on PCI
18         select CRC32
19         help
20           This driver supports Gigabit Ethernet adapters based on the
21           Session Layer Interface (SLIC) technology by Alacritech.
22
23           Supported are Mojave (1 port) and Oasis (1, 2 and 4 port) cards,
24           both copper and fiber.
25
26           To compile this driver as a module, choose M here: the module
27           will be called slicoss. This is recommended.
28
29 endif # NET_VENDOR_ALACRITECH
This page took 0.034323 seconds and 4 git commands to generate.