Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (7762f5c514dce027ad2a2031390c0c19c24547af) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Exar device configuration 4# 5 6config NET_VENDOR_NETERION 7 bool "Neterion (Exar) devices" 8 default y --- 13 unchanged lines hidden (view full) --- 22 depends on PCI 23 ---help--- 24 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. 25 These were originally released from S2IO, which renamed itself 26 Neterion. So, the adapters might be labeled as either one, depending 27 on its age. 28 29 More specific information on configuring the driver is in | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Exar device configuration 4# 5 6config NET_VENDOR_NETERION 7 bool "Neterion (Exar) devices" 8 default y --- 13 unchanged lines hidden (view full) --- 22 depends on PCI 23 ---help--- 24 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. 25 These were originally released from S2IO, which renamed itself 26 Neterion. So, the adapters might be labeled as either one, depending 27 on its age. 28 29 More specific information on configuring the driver is in |
30 <file:Documentation/networking/device_drivers/neterion/s2io.txt>. | 30 <file:Documentation/networking/device_drivers/neterion/s2io.rst>. |
31 32 To compile this driver as a module, choose M here. The module 33 will be called s2io. 34 35config VXGE 36 tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter" 37 depends on PCI 38 ---help--- --- 21 unchanged lines hidden --- | 31 32 To compile this driver as a module, choose M here. The module 33 will be called s2io. 34 35config VXGE 36 tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter" 37 depends on PCI 38 ---help--- --- 21 unchanged lines hidden --- |