1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 260c140dfSLino Sanfilippoconfig NET_VENDOR_ALACRITECH 360c140dfSLino Sanfilippo bool "Alacritech devices" 460c140dfSLino Sanfilippo default y 5*a7f7f624SMasahiro Yamada help 660c140dfSLino Sanfilippo If you have a network (Ethernet) card belonging to this class, say Y. 760c140dfSLino Sanfilippo 860c140dfSLino Sanfilippo Note that the answer to this question doesn't directly affect the 960c140dfSLino Sanfilippo kernel: saying N will just cause the configurator to skip all the 1060c140dfSLino Sanfilippo questions about Alacritech devices. If you say Y, you will be asked 1160c140dfSLino Sanfilippo for your specific device in the following questions. 1260c140dfSLino Sanfilippo 1360c140dfSLino Sanfilippoif NET_VENDOR_ALACRITECH 1460c140dfSLino Sanfilippo 1560c140dfSLino Sanfilippoconfig SLICOSS 1660c140dfSLino Sanfilippo tristate "Alacritech Slicoss support" 1760c140dfSLino Sanfilippo depends on PCI 1860c140dfSLino Sanfilippo select CRC32 19*a7f7f624SMasahiro Yamada help 2060c140dfSLino Sanfilippo This driver supports Gigabit Ethernet adapters based on the 2160c140dfSLino Sanfilippo Session Layer Interface (SLIC) technology by Alacritech. 2260c140dfSLino Sanfilippo 2360c140dfSLino Sanfilippo Supported are Mojave (1 port) and Oasis (1, 2 and 4 port) cards, 2460c140dfSLino Sanfilippo both copper and fiber. 2560c140dfSLino Sanfilippo 2660c140dfSLino Sanfilippo To compile this driver as a module, choose M here: the module 2760c140dfSLino Sanfilippo will be called slicoss. This is recommended. 2860c140dfSLino Sanfilippo 2960c140dfSLino Sanfilippoendif # NET_VENDOR_ALACRITECH 30