1config NET_VENDOR_ALACRITECH
2	bool "Alacritech devices"
3	default y
4	---help---
5	  If you have a network (Ethernet) card belonging to this class, say Y.
6
7	  Note that the answer to this question doesn't directly affect the
8	  kernel: saying N will just cause the configurator to skip all the
9	  questions about Alacritech devices. If you say Y, you will be asked
10	  for your specific device in the following questions.
11
12if NET_VENDOR_ALACRITECH
13
14config SLICOSS
15	tristate "Alacritech Slicoss support"
16	depends on PCI
17	select CRC32
18	---help---
19	  This driver supports Gigabit Ethernet adapters based on the
20	  Session Layer Interface (SLIC) technology by Alacritech.
21
22	  Supported are Mojave (1 port) and Oasis (1, 2 and 4 port) cards,
23	  both copper and fiber.
24
25	  To compile this driver as a module, choose M here: the module
26	  will be called slicoss. This is recommended.
27
28endif # NET_VENDOR_ALACRITECH
29