forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig
....@@ -12,6 +12,13 @@
1212
1313 if STMMAC_ETH
1414
15
+config STMMAC_UIO
16
+ tristate "STMMAC_UIO ethernet controller"
17
+ default n
18
+ select UIO
19
+ help
20
+ Say M here if you want to use the stmmac_uio.ko for DPDK.
21
+
1522 config STMMAC_ETHTOOL
1623 bool "Ethtool feature for STMMAC"
1724 default STMMAC_ETH