]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
60c140df LS |
2 | config NET_VENDOR_ALACRITECH |
3 | bool "Alacritech devices" | |
4 | default y | |
a7f7f624 | 5 | help |
60c140df LS |
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 | |
a7f7f624 | 19 | help |
60c140df LS |
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 |