2018-01-13 05:34:24 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Cortina ethernet devices
|
|
|
|
|
|
|
|
config NET_VENDOR_CORTINA
|
|
|
|
bool "Cortina Gemini devices"
|
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2018-01-13 05:34:24 +08:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y
|
|
|
|
and read the Ethernet-HOWTO, available from
|
2020-07-14 01:14:29 +08:00
|
|
|
<https://www.tldp.org/docs.html#howto>.
|
2018-01-13 05:34:24 +08:00
|
|
|
|
|
|
|
if NET_VENDOR_CORTINA
|
|
|
|
|
|
|
|
config GEMINI_ETHERNET
|
|
|
|
tristate "Gemini Gigabit Ethernet support"
|
|
|
|
depends on OF
|
2018-01-21 21:15:41 +08:00
|
|
|
depends on HAS_IOMEM
|
2018-01-13 05:34:24 +08:00
|
|
|
select PHYLIB
|
|
|
|
select CRC32
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2018-01-13 05:34:24 +08:00
|
|
|
This driver supports StorLink SL351x (Gemini) dual Gigabit Ethernet.
|
|
|
|
|
|
|
|
endif # NET_VENDOR_CORTINA
|