# SPDX-License-Identifier: GPL-2.0-only # # Myricom device configuration # config [31mCONFIG_NET_VENDOR_MYRI[0m bool "Myricom devices" default y depends on [31mCONFIG_PCI[0m && [31mCONFIG_INET[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about Myricom cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_MYRI[0m config [31mCONFIG_MYRI10GE[0m tristate "Myricom Myri-10G Ethernet support" depends on [31mCONFIG_PCI[0m && [31mCONFIG_INET[0m select [31mCONFIG_FW_LOADER[0m select [31mCONFIG_CRC32[0m ---help--- This driver supports Myricom Myri-10G Dual Protocol interface in Ethernet mode. If the eeprom on your board is not recent enough, you will need a newer firmware image. You may get this image or more information, at: <http://www.myri.com/scs/download-Myri10GE.html> To compile this driver as a module, choose [31mCONFIG_M[0m here. The module will be called myri10ge. config [31mCONFIG_MYRI10GE_DCA[0m bool "Direct Cache Access (DCA) Support" default y depends on [31mCONFIG_MYRI10GE[0m && [31mCONFIG_DCA[0m && !([31mCONFIG_MYRI10GE[0m=y && [31mCONFIG_DCA[0m=m) ---help--- Say Y here if you want to use Direct Cache Access ([31mCONFIG_DCA[0m) in the driver. [31mCONFIG_DCA[0m is a method for warming the CPU cache before data is used, with the intent of lessening the impact of cache misses. endif # [31mCONFIG_NET_VENDOR_MYRI[0m |