.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # SGI device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_SGI |
---|
6 | 7 | bool "SGI devices" |
---|
7 | 8 | default y |
---|
8 | | - depends on (PCI && SGI_IP27) || SGI_IP32 |
---|
9 | | - ---help--- |
---|
| 9 | + depends on (PCI && SGI_MFD_IOC3) || SGI_IP32 |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
18 | 19 | |
---|
19 | 20 | config SGI_IOC3_ETH |
---|
20 | 21 | bool "SGI IOC3 Ethernet" |
---|
21 | | - depends on PCI && SGI_IP27 |
---|
| 22 | + depends on PCI && SGI_MFD_IOC3 |
---|
| 23 | + select CRC16 |
---|
22 | 24 | select CRC32 |
---|
23 | 25 | select MII |
---|
24 | | - ---help--- |
---|
| 26 | + help |
---|
25 | 27 | If you have a network (Ethernet) card of this type, say Y here. |
---|
26 | 28 | |
---|
27 | 29 | config SGI_O2MACE_ETH |
---|