162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# SGI device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_SGI 762306a36Sopenharmony_ci bool "SGI devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on (PCI && SGI_MFD_IOC3) || SGI_IP32 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 SGI devices. If you say Y, you will be asked for 1662306a36Sopenharmony_ci your specific card in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_SGI 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig SGI_IOC3_ETH 2162306a36Sopenharmony_ci bool "SGI IOC3 Ethernet" 2262306a36Sopenharmony_ci depends on PCI && SGI_MFD_IOC3 2362306a36Sopenharmony_ci select CRC16 2462306a36Sopenharmony_ci select CRC32 2562306a36Sopenharmony_ci select MII 2662306a36Sopenharmony_ci help 2762306a36Sopenharmony_ci If you have a network (Ethernet) card of this type, say Y here. 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ciconfig SGI_O2MACE_ETH 3062306a36Sopenharmony_ci tristate "SGI O2 MACE Fast Ethernet support" 3162306a36Sopenharmony_ci depends on SGI_IP32=y 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ciendif # NET_VENDOR_SGI 34