2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-05-20 21:50:27 +07:00
|
|
|
#
|
|
|
|
# SGI device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_SGI
|
|
|
|
bool "SGI devices"
|
2011-08-23 15:29:52 +07:00
|
|
|
default y
|
2020-01-09 17:34:29 +07:00
|
|
|
depends on (PCI && SGI_MFD_IOC3) || SGI_IP32
|
2020-06-13 23:50:22 +07:00
|
|
|
help
|
2015-06-22 03:28:02 +07:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-05-20 21:50:27 +07:00
|
|
|
|
|
|
|
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 NET_VENDOR_SGI
|
|
|
|
|
|
|
|
config SGI_IOC3_ETH
|
|
|
|
bool "SGI IOC3 Ethernet"
|
2020-01-09 17:34:29 +07:00
|
|
|
depends on PCI && SGI_MFD_IOC3
|
|
|
|
select CRC16
|
2011-05-20 21:50:27 +07:00
|
|
|
select CRC32
|
|
|
|
select MII
|
2020-06-13 23:50:22 +07:00
|
|
|
help
|
2015-06-22 03:28:02 +07:00
|
|
|
If you have a network (Ethernet) card of this type, say Y here.
|
2011-05-20 21:50:27 +07:00
|
|
|
|
|
|
|
config SGI_O2MACE_ETH
|
|
|
|
tristate "SGI O2 MACE Fast Ethernet support"
|
|
|
|
depends on SGI_IP32=y
|
|
|
|
|
|
|
|
endif # NET_VENDOR_SGI
|