brintos

brintos / linux-shallow public Read only

0
0
Text · 932 B · 5f285e1 Raw
30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config NET_VENDOR_ALACRITECH3	bool "Alacritech devices"4	default y5	help6	  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 the9	  kernel: saying N will just cause the configurator to skip all the10	  questions about Alacritech devices. If you say Y, you will be asked11	  for your specific device in the following questions.12 13if NET_VENDOR_ALACRITECH14 15config SLICOSS16	tristate "Alacritech Slicoss support"17	depends on PCI18	select CRC3219	help20	  This driver supports Gigabit Ethernet adapters based on the21	  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 module27	  will be called slicoss. This is recommended.28 29endif # NET_VENDOR_ALACRITECH30