14d5ae32fSLinus Walleij# SPDX-License-Identifier: GPL-2.0 24d5ae32fSLinus Walleij# Cortina ethernet devices 34d5ae32fSLinus Walleij 44d5ae32fSLinus Walleijconfig NET_VENDOR_CORTINA 54d5ae32fSLinus Walleij bool "Cortina Gemini devices" 64d5ae32fSLinus Walleij default y 7a7f7f624SMasahiro Yamada help 84d5ae32fSLinus Walleij If you have a network (Ethernet) card belonging to this class, say Y 94d5ae32fSLinus Walleij and read the Ethernet-HOWTO, available from 10a7d02782SAlexander A. Klimov <https://www.tldp.org/docs.html#howto>. 114d5ae32fSLinus Walleij 124d5ae32fSLinus Walleijif NET_VENDOR_CORTINA 134d5ae32fSLinus Walleij 144d5ae32fSLinus Walleijconfig GEMINI_ETHERNET 154d5ae32fSLinus Walleij tristate "Gemini Gigabit Ethernet support" 164d5ae32fSLinus Walleij depends on OF 17d83bb0beSLinus Walleij depends on HAS_IOMEM 184d5ae32fSLinus Walleij select PHYLIB 194d5ae32fSLinus Walleij select CRC32 20a7f7f624SMasahiro Yamada help 214d5ae32fSLinus Walleij This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet. 224d5ae32fSLinus Walleij 234d5ae32fSLinus Walleijendif # NET_VENDOR_CORTINA 24