Kconfig 573 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Cortina ethernet devices
  3. config NET_VENDOR_CORTINA
  4. bool "Cortina Gemini devices"
  5. default y
  6. ---help---
  7. If you have a network (Ethernet) card belonging to this class, say Y
  8. and read the Ethernet-HOWTO, available from
  9. <http://www.tldp.org/docs.html#howto>.
  10. if NET_VENDOR_CORTINA
  11. config GEMINI_ETHERNET
  12. tristate "Gemini Gigabit Ethernet support"
  13. depends on OF
  14. depends on HAS_IOMEM
  15. select PHYLIB
  16. select CRC32
  17. ---help---
  18. This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet.
  19. endif # NET_VENDOR_CORTINA