.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # National Instuments network device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
10 | 11 | |
---|
11 | 12 | Note that the answer to this question doesn't directly affect the |
---|
12 | 13 | kernel: saying N will just cause the configurator to skip all |
---|
13 | | - the questions about National Instrument devices. |
---|
| 14 | + the questions about National Instruments devices. |
---|
14 | 15 | If you say Y, you will be asked for your specific device in the |
---|
15 | 16 | following questions. |
---|
16 | 17 | |
---|
.. | .. |
---|
18 | 19 | |
---|
19 | 20 | config NI_XGE_MANAGEMENT_ENET |
---|
20 | 21 | tristate "National Instruments XGE management enet support" |
---|
21 | | - depends on ARCH_ZYNQ |
---|
| 22 | + depends on HAS_IOMEM && HAS_DMA |
---|
22 | 23 | select PHYLIB |
---|
| 24 | + select OF_MDIO if OF |
---|
23 | 25 | help |
---|
24 | 26 | Simple LAN device for debug or management purposes. Can |
---|
25 | 27 | support either 10G or 1G PHYs via SFP+ ports. |
---|