xref: /linux/drivers/net/ethernet/wangxun/Kconfig (revision 2da68a77)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Wangxun network device configuration
4#
5
6config NET_VENDOR_WANGXUN
7	bool "Wangxun devices"
8	default y
9	help
10	  If you have a network (Ethernet) card from Wangxun(R), say Y.
11
12	  Note that the answer to this question doesn't directly affect the
13	  kernel: saying N will just cause the configurator to skip all
14	  the questions about Wangxun(R) cards. If you say Y, you will
15	  be asked for your specific card in the following questions.
16
17if NET_VENDOR_WANGXUN
18
19config NGBE
20	tristate "Wangxun(R) GbE PCI Express adapters support"
21	depends on PCI
22	help
23	  This driver supports Wangxun(R) GbE PCI Express family of
24	  adapters.
25
26	  More specific information on configuring the driver is in
27	  <file:Documentation/networking/device_drivers/ethernet/wangxun/ngbe.rst>.
28
29	  To compile this driver as a module, choose M here. The module
30	  will be called ngbe.
31
32config TXGBE
33	tristate "Wangxun(R) 10GbE PCI Express adapters support"
34	depends on PCI
35	help
36	  This driver supports Wangxun(R) 10GbE PCI Express family of
37	  adapters.
38
39	  More specific information on configuring the driver is in
40	  <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst>.
41
42	  To compile this driver as a module, choose M here. The module
43	  will be called txgbe.
44
45endif # NET_VENDOR_WANGXUN
46