xref: /linux/drivers/net/ethernet/alacritech/Kconfig (revision 48df7a26f4700aac8b7e5ab68796daf25c27e062)
1# SPDX-License-Identifier: GPL-2.0-only
2config 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
13if NET_VENDOR_ALACRITECH
14
15config 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
29endif # NET_VENDOR_ALACRITECH
30