24 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Cortina ethernet devices3 4config NET_VENDOR_CORTINA5 bool "Cortina Gemini devices"6 default y7 help8 If you have a network (Ethernet) card belonging to this class, say Y9 and read the Ethernet-HOWTO, available from10 <https://www.tldp.org/docs.html#howto>.11 12if NET_VENDOR_CORTINA13 14config GEMINI_ETHERNET15 tristate "Gemini Gigabit Ethernet support"16 depends on OF17 depends on HAS_IOMEM18 select PHYLIB19 select CRC3220 help21 This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet.22 23endif # NET_VENDOR_CORTINA24