Kconfig 904 B

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