Kconfig (b4bb2ac099ca0b944695be41ade5562d895a8751) | Kconfig (a86eb2a60dcc2e23d86d24272d474f0ddecc824e) |
---|---|
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 --- 54 unchanged lines hidden (view full) --- 63 64 To compile this driver as a module, choose M here. The module 65 will be called txgbe. 66 67config TXGBEVF 68 tristate "Wangxun(R) 10/25/40G Virtual Function Ethernet support" 69 depends on PCI 70 depends on PCI_MSI | 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 --- 54 unchanged lines hidden (view full) --- 63 64 To compile this driver as a module, choose M here. The module 65 will be called txgbe. 66 67config TXGBEVF 68 tristate "Wangxun(R) 10/25/40G Virtual Function Ethernet support" 69 depends on PCI 70 depends on PCI_MSI |
71 depends on PTP_1588_CLOCK_OPTIONAL |
|
71 select LIBWX 72 select PHYLINK 73 help 74 This driver supports virtual functions for SP1000A, WX1820AL, 75 WX5XXX, WX5XXXAL. 76 77 This driver was formerly named txgbevf. 78 79 More specific information on configuring the driver is in 80 <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbevf.rst>. 81 82 To compile this driver as a module, choose M here. MSI-X interrupt 83 support is required for this driver to work correctly. 84 85config NGBEVF 86 tristate "Wangxun(R) GbE Virtual Function Ethernet support" 87 depends on PCI_MSI | 72 select LIBWX 73 select PHYLINK 74 help 75 This driver supports virtual functions for SP1000A, WX1820AL, 76 WX5XXX, WX5XXXAL. 77 78 This driver was formerly named txgbevf. 79 80 More specific information on configuring the driver is in 81 <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbevf.rst>. 82 83 To compile this driver as a module, choose M here. MSI-X interrupt 84 support is required for this driver to work correctly. 85 86config NGBEVF 87 tristate "Wangxun(R) GbE Virtual Function Ethernet support" 88 depends on PCI_MSI |
89 depends on PTP_1588_CLOCK_OPTIONAL |
|
88 select LIBWX 89 help 90 This driver supports virtual functions for WX1860, WX1860AL. 91 92 This driver was formerly named ngbevf. 93 94 More specific information on configuring the driver is in 95 <file:Documentation/networking/device_drivers/ethernet/wangxun/ngbevf.rst>. 96 97 To compile this driver as a module, choose M here. MSI-X interrupt 98 support is required for this driver to work correctly. 99 100endif # NET_VENDOR_WANGXUN | 90 select LIBWX 91 help 92 This driver supports virtual functions for WX1860, WX1860AL. 93 94 This driver was formerly named ngbevf. 95 96 More specific information on configuring the driver is in 97 <file:Documentation/networking/device_drivers/ethernet/wangxun/ngbevf.rst>. 98 99 To compile this driver as a module, choose M here. MSI-X interrupt 100 support is required for this driver to work correctly. 101 102endif # NET_VENDOR_WANGXUN |