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