18862bf1eSJeff Kirsher# 28862bf1eSJeff Kirsher# SGI device configuration 38862bf1eSJeff Kirsher# 48862bf1eSJeff Kirsher 58862bf1eSJeff Kirsherconfig NET_VENDOR_SGI 68862bf1eSJeff Kirsher bool "SGI devices" 788f07484SJeff Kirsher default y 88862bf1eSJeff Kirsher depends on (PCI && SGI_IP27) || SGI_IP32 98862bf1eSJeff Kirsher ---help--- 10*138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 118862bf1eSJeff Kirsher 128862bf1eSJeff Kirsher Note that the answer to this question doesn't directly affect the 138862bf1eSJeff Kirsher kernel: saying N will just cause the configurator to skip all 148862bf1eSJeff Kirsher the questions about SGI devices. If you say Y, you will be asked for 158862bf1eSJeff Kirsher your specific card in the following questions. 168862bf1eSJeff Kirsher 178862bf1eSJeff Kirsherif NET_VENDOR_SGI 188862bf1eSJeff Kirsher 198862bf1eSJeff Kirsherconfig SGI_IOC3_ETH 208862bf1eSJeff Kirsher bool "SGI IOC3 Ethernet" 218862bf1eSJeff Kirsher depends on PCI && SGI_IP27 228862bf1eSJeff Kirsher select CRC32 238862bf1eSJeff Kirsher select MII 248862bf1eSJeff Kirsher ---help--- 25*138b15edSPaul Gortmaker If you have a network (Ethernet) card of this type, say Y here. 268862bf1eSJeff Kirsher 278862bf1eSJeff Kirsherconfig SGI_O2MACE_ETH 288862bf1eSJeff Kirsher tristate "SGI O2 MACE Fast Ethernet support" 298862bf1eSJeff Kirsher depends on SGI_IP32=y 308862bf1eSJeff Kirsher 318862bf1eSJeff Kirsherendif # NET_VENDOR_SGI 32