Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # SGI device configuration
0004 #
0005 
0006 config NET_VENDOR_SGI
0007         bool "SGI devices"
0008         default y
0009         depends on (PCI && SGI_MFD_IOC3) ||  SGI_IP32
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about SGI devices. If you say Y, you will be asked for
0016           your specific card in the following questions.
0017 
0018 if NET_VENDOR_SGI
0019 
0020 config SGI_IOC3_ETH
0021         bool "SGI IOC3 Ethernet"
0022         depends on PCI && SGI_MFD_IOC3
0023         select CRC16
0024         select CRC32
0025         select MII
0026         help
0027           If you have a network (Ethernet) card of this type, say Y here.
0028 
0029 config SGI_O2MACE_ETH
0030         tristate "SGI O2 MACE Fast Ethernet support"
0031         depends on SGI_IP32=y
0032 
0033 endif # NET_VENDOR_SGI