xref: /linux/drivers/net/ethernet/neterion/Kconfig (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
286387e1aSJeff Kirsher#
386387e1aSJeff Kirsher# Exar device configuration
486387e1aSJeff Kirsher#
586387e1aSJeff Kirsher
6d39db3b4SJon Masonconfig NET_VENDOR_NETERION
7d39db3b4SJon Mason	bool "Neterion (Exar) devices"
888f07484SJeff Kirsher	default y
986387e1aSJeff Kirsher	depends on PCI
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
1286387e1aSJeff Kirsher
1386387e1aSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
1486387e1aSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15d39db3b4SJon Mason	  the questions about Neterion/Exar cards. If you say Y, you will be
16d39db3b4SJon Mason	  asked for your specific card in the following questions.
1786387e1aSJeff Kirsher
18d39db3b4SJon Masonif NET_VENDOR_NETERION
1986387e1aSJeff Kirsher
2086387e1aSJeff Kirsherconfig S2IO
21d39db3b4SJon Mason	tristate "Neterion (Exar) Xframe 10Gb Ethernet Adapter"
2286387e1aSJeff Kirsher	depends on PCI
23a7f7f624SMasahiro Yamada	help
2486387e1aSJeff Kirsher	  This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.
25d39db3b4SJon Mason	  These were originally released from S2IO, which renamed itself
26d39db3b4SJon Mason	  Neterion.  So, the adapters might be labeled as either one, depending
27d39db3b4SJon Mason	  on its age.
2886387e1aSJeff Kirsher
2986387e1aSJeff Kirsher	  More specific information on configuring the driver is in
30*132db935SJakub Kicinski	  <file:Documentation/networking/device_drivers/ethernet/neterion/s2io.rst>.
3186387e1aSJeff Kirsher
3286387e1aSJeff Kirsher	  To compile this driver as a module, choose M here. The module
3386387e1aSJeff Kirsher	  will be called s2io.
3486387e1aSJeff Kirsher
35d39db3b4SJon Masonendif # NET_VENDOR_NETERION
36