hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/ethernet/ni/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # National Instuments network device configuration
34 #
....@@ -10,7 +11,7 @@
1011
1112 Note that the answer to this question doesn't directly affect the
1213 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.
1415 If you say Y, you will be asked for your specific device in the
1516 following questions.
1617
....@@ -18,8 +19,9 @@
1819
1920 config NI_XGE_MANAGEMENT_ENET
2021 tristate "National Instruments XGE management enet support"
21
- depends on ARCH_ZYNQ
22
+ depends on HAS_IOMEM && HAS_DMA
2223 select PHYLIB
24
+ select OF_MDIO if OF
2325 help
2426 Simple LAN device for debug or management purposes. Can
2527 support either 10G or 1G PHYs via SFP+ ports.