0001 # SPDX-License-Identifier: GPL-2.0
0002 # Cortina ethernet devices
0003
0004 config NET_VENDOR_CORTINA
0005 bool "Cortina Gemini devices"
0006 default y
0007 help
0008 If you have a network (Ethernet) card belonging to this class, say Y
0009 and read the Ethernet-HOWTO, available from
0010 <https://www.tldp.org/docs.html#howto>.
0011
0012 if NET_VENDOR_CORTINA
0013
0014 config GEMINI_ETHERNET
0015 tristate "Gemini Gigabit Ethernet support"
0016 depends on OF
0017 depends on HAS_IOMEM
0018 select PHYLIB
0019 select CRC32
0020 help
0021 This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet.
0022
0023 endif # NET_VENDOR_CORTINA