1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 28862bf1eSJeff Kirsher# 38862bf1eSJeff Kirsher# SGI device configuration 48862bf1eSJeff Kirsher# 58862bf1eSJeff Kirsher 68862bf1eSJeff Kirsherconfig NET_VENDOR_SGI 78862bf1eSJeff Kirsher bool "SGI devices" 888f07484SJeff Kirsher default y 90ce5ebd2SThomas Bogendoerfer depends on (PCI && SGI_MFD_IOC3) || SGI_IP32 10*a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 128862bf1eSJeff Kirsher 138862bf1eSJeff Kirsher Note that the answer to this question doesn't directly affect the 148862bf1eSJeff Kirsher kernel: saying N will just cause the configurator to skip all 158862bf1eSJeff Kirsher the questions about SGI devices. If you say Y, you will be asked for 168862bf1eSJeff Kirsher your specific card in the following questions. 178862bf1eSJeff Kirsher 188862bf1eSJeff Kirsherif NET_VENDOR_SGI 198862bf1eSJeff Kirsher 208862bf1eSJeff Kirsherconfig SGI_IOC3_ETH 218862bf1eSJeff Kirsher bool "SGI IOC3 Ethernet" 220ce5ebd2SThomas Bogendoerfer depends on PCI && SGI_MFD_IOC3 230ce5ebd2SThomas Bogendoerfer select CRC16 248862bf1eSJeff Kirsher select CRC32 258862bf1eSJeff Kirsher select MII 26*a7f7f624SMasahiro Yamada help 27138b15edSPaul Gortmaker If you have a network (Ethernet) card of this type, say Y here. 288862bf1eSJeff Kirsher 298862bf1eSJeff Kirsherconfig SGI_O2MACE_ETH 308862bf1eSJeff Kirsher tristate "SGI O2 MACE Fast Ethernet support" 318862bf1eSJeff Kirsher depends on SGI_IP32=y 328862bf1eSJeff Kirsher 338862bf1eSJeff Kirsherendif # NET_VENDOR_SGI 34