# SPDX-License-Identifier: GPL-2.0-only # # SGI device configuration # config [31mCONFIG_NET_VENDOR_SGI[0m bool "SGI devices" default y depends on ([31mCONFIG_PCI[0m && [31mCONFIG_SGI_IP27[0m) || [31mCONFIG_SGI_IP32[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 SGI devices. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_SGI[0m config [31mCONFIG_SGI_IOC3_ETH[0m bool "SGI IOC3 Ethernet" depends on [31mCONFIG_PCI[0m && [31mCONFIG_SGI_IP27[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_MII[0m ---help--- If you have a network (Ethernet) card of this type, say Y here. config [31mCONFIG_SGI_O2MACE_ETH[0m tristate "SGI O2 MACE Fast Ethernet support" depends on [31mCONFIG_SGI_IP32[0m=y endif # [31mCONFIG_NET_VENDOR_SGI[0m |