Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Wangxun network device configuration
0004 #
0005 
0006 config NET_VENDOR_WANGXUN
0007         bool "Wangxun devices"
0008         default y
0009         help
0010           If you have a network (Ethernet) card from Wangxun(R), say Y.
0011 
0012           Note that the answer to this question doesn't directly affect the
0013           kernel: saying N will just cause the configurator to skip all
0014           the questions about Wangxun(R) cards. If you say Y, you will
0015           be asked for your specific card in the following questions.
0016 
0017 if NET_VENDOR_WANGXUN
0018 
0019 config TXGBE
0020         tristate "Wangxun(R) 10GbE PCI Express adapters support"
0021         depends on PCI
0022         help
0023           This driver supports Wangxun(R) 10GbE PCI Express family of
0024           adapters.
0025 
0026           More specific information on configuring the driver is in
0027           <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst>.
0028 
0029           To compile this driver as a module, choose M here. The module
0030           will be called txgbe.
0031 
0032 endif # NET_VENDOR_WANGXUN