Kconfig 932 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. 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. if NET_VENDOR_ALACRITECH
  12. config SLICOSS
  13. tristate "Alacritech Slicoss support"
  14. depends on PCI
  15. select CRC32
  16. help
  17. This driver supports Gigabit Ethernet adapters based on the
  18. Session Layer Interface (SLIC) technology by Alacritech.
  19. Supported are Mojave (1 port) and Oasis (1, 2 and 4 port) cards,
  20. both copper and fiber.
  21. To compile this driver as a module, choose M here: the module
  22. will be called slicoss. This is recommended.
  23. endif # NET_VENDOR_ALACRITECH