^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Exar device configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) config NET_VENDOR_NETERION
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) bool "Neterion (Exar) devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) If you have a network (Ethernet) card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) kernel: saying N will just cause the configurator to skip all
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) the questions about Neterion/Exar cards. If you say Y, you will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) asked for your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) if NET_VENDOR_NETERION
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config S2IO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) These were originally released from S2IO, which renamed itself
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) Neterion. So, the adapters might be labeled as either one, depending
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) on its age.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) More specific information on configuring the driver is in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) <file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) To compile this driver as a module, choose M here. The module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) will be called s2io.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config VXGE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) tristate "Neterion (Exar) X3100 Series 10GbE PCIe Server Adapter"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) This driver supports Exar Corp's X3100 Series 10 GbE PCIe
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) I/O Virtualized Server Adapter. These were originally released from
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) Neterion, which was later acquired by Exar. So, the adapters might be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) labeled as either one, depending on its age.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) More specific information on configuring the driver is in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) <file:Documentation/networking/device_drivers/ethernet/neterion/vxge.rst>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) To compile this driver as a module, choose M here. The module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) will be called vxge.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) config VXGE_DEBUG_TRACE_ALL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) bool "Enabling All Debug trace statements in driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) depends on VXGE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) Say Y here if you want to enabling all the debug trace statements in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) the vxge driver. By default only few debug trace statements are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) enabled.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) endif # NET_VENDOR_NETERION