blob: 121be3bf7707fdb2589e6b3249558eceec1839b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# SPDX-License-Identifier: GPL-2.0-only
#
# ZTE DingHai Ethernet driver configuration
#
config DINGHAI
bool "ZTE DingHai Ethernet driver"
depends on PCI
select NET_DEVLINK
help
This driver supports ZTE DingHai Ethernet devices.
DingHai is a high-performance Ethernet controller that supports
multiple features including hardware offloading, SR-IOV, and
advanced virtualization capabilities.
If you say Y here, you can select specific driver variants below.
If unsure, say N.
if DINGHAI
config DINGHAI_PF
tristate "ZTE DingHai PF (Physical Function) driver"
help
This driver supports ZTE DingHai PCI Express Ethernet
adapters (PF).
To compile this driver as a module, choose M here. The module
will be named dinghai10e.
If unsure, say N.
endif # DINGHAI
|