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