162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Myricom device configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig NET_VENDOR_MYRI
762306a36Sopenharmony_ci	bool "Myricom devices"
862306a36Sopenharmony_ci	default y
962306a36Sopenharmony_ci	depends on PCI && INET
1062306a36Sopenharmony_ci	help
1162306a36Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
1462306a36Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
1562306a36Sopenharmony_ci	  the questions about Myricom cards. If you say Y, you will be asked for
1662306a36Sopenharmony_ci	  your specific card in the following questions.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciif NET_VENDOR_MYRI
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciconfig MYRI10GE
2162306a36Sopenharmony_ci	tristate "Myricom Myri-10G Ethernet support"
2262306a36Sopenharmony_ci	depends on PCI && INET
2362306a36Sopenharmony_ci	select FW_LOADER
2462306a36Sopenharmony_ci	select CRC32
2562306a36Sopenharmony_ci	help
2662306a36Sopenharmony_ci	  This driver supports Myricom Myri-10G Dual Protocol interface in
2762306a36Sopenharmony_ci	  Ethernet mode. If the eeprom on your board is not recent enough,
2862306a36Sopenharmony_ci	  you will need a newer firmware image.
2962306a36Sopenharmony_ci	  You may get this image or more information, at:
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci	  <http://www.myri.com/scs/download-Myri10GE.html>
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. The module
3462306a36Sopenharmony_ci	  will be called myri10ge.
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ciconfig MYRI10GE_DCA
3762306a36Sopenharmony_ci	bool "Direct Cache Access (DCA) Support"
3862306a36Sopenharmony_ci	default y
3962306a36Sopenharmony_ci	depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m)
4062306a36Sopenharmony_ci	help
4162306a36Sopenharmony_ci	  Say Y here if you want to use Direct Cache Access (DCA) in the
4262306a36Sopenharmony_ci	  driver.  DCA is a method for warming the CPU cache before data
4362306a36Sopenharmony_ci	  is used, with the intent of lessening the impact of cache misses.
4462306a36Sopenharmony_ci
4562306a36Sopenharmony_ciendif # NET_VENDOR_MYRI
46