| .. | .. |
|---|
| 12 | 12 | |
|---|
| 13 | 13 | if STMMAC_ETH |
|---|
| 14 | 14 | |
|---|
| 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 | + |
|---|
| 22 | +config STMMAC_ETHTOOL |
|---|
| 23 | + bool "Ethtool feature for STMMAC" |
|---|
| 24 | + default STMMAC_ETH |
|---|
| 25 | + help |
|---|
| 26 | + This selects the ethtool function, default is Y. |
|---|
| 27 | + |
|---|
| 28 | +config STMMAC_FULL |
|---|
| 29 | + bool "Support full driver for STMMAC" |
|---|
| 30 | + default STMMAC_ETH |
|---|
| 31 | + help |
|---|
| 32 | + This selects the full function, default is Y, full-featured version |
|---|
| 33 | + includes 4.10 and other versions, if it is N, only 4.10 core working. |
|---|
| 34 | + |
|---|
| 35 | +config STMMAC_PTP |
|---|
| 36 | + bool "PTP feature for STMMAC" |
|---|
| 37 | + default STMMAC_ETH |
|---|
| 38 | + help |
|---|
| 39 | + This selects the ptp timestamp function, default is Y. |
|---|
| 40 | + |
|---|
| 15 | 41 | config STMMAC_PLATFORM |
|---|
| 16 | 42 | tristate "STMMAC Platform bus support" |
|---|
| 17 | 43 | depends on STMMAC_ETH |
|---|
| .. | .. |
|---|
| 108 | 134 | This selects the Rockchip RK3288 SoC glue layer support for |
|---|
| 109 | 135 | the stmmac device driver. |
|---|
| 110 | 136 | |
|---|
| 137 | +config DWMAC_ROCKCHIP_TOOL |
|---|
| 138 | + bool "Rockchip dwmac tool support" |
|---|
| 139 | + depends on DWMAC_ROCKCHIP |
|---|
| 140 | + default DWMAC_ROCKCHIP |
|---|
| 141 | + help |
|---|
| 142 | + Support for Ethernet functions on Rockchip SoCs. |
|---|
| 143 | + |
|---|
| 144 | + This selects the features for Rockchip's Ethernet, include PHY loopback, |
|---|
| 145 | + MAC loopback, and delayline scanning of RGMII mode. |
|---|
| 146 | + |
|---|
| 111 | 147 | config DWMAC_SOCFPGA |
|---|
| 112 | 148 | tristate "SOCFPGA dwmac support" |
|---|
| 113 | 149 | default (ARCH_SOCFPGA || ARCH_STRATIX10) |
|---|