dt-bindings: mtd: ingenic: Use standard ecc-engine property
[linux/fpc-iii.git] / drivers / net / ethernet / cortina / Kconfig
blob89bc4579724d7a02f931789f5af4740882aa5dbe
1 # SPDX-License-Identifier: GPL-2.0
2 # Cortina ethernet devices
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>.
12 if NET_VENDOR_CORTINA
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.
23 endif # NET_VENDOR_CORTINA