Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NET_VENDOR_ALACRITECH
0003         bool "Alacritech devices"
0004         default y
0005         help
0006           If you have a network (Ethernet) card belonging to this class, say Y.
0007 
0008           Note that the answer to this question doesn't directly affect the
0009           kernel: saying N will just cause the configurator to skip all the
0010           questions about Alacritech devices. If you say Y, you will be asked
0011           for your specific device in the following questions.
0012 
0013 if NET_VENDOR_ALACRITECH
0014 
0015 config SLICOSS
0016         tristate "Alacritech Slicoss support"
0017         depends on PCI
0018         select CRC32
0019         help
0020           This driver supports Gigabit Ethernet adapters based on the
0021           Session Layer Interface (SLIC) technology by Alacritech.
0022 
0023           Supported are Mojave (1 port) and Oasis (1, 2 and 4 port) cards,
0024           both copper and fiber.
0025 
0026           To compile this driver as a module, choose M here: the module
0027           will be called slicoss. This is recommended.
0028 
0029 endif # NET_VENDOR_ALACRITECH