From e3e12f52b214121840b44c91de5b3e5af5d3eb84 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 03:04:41 +0000 Subject: [PATCH] rk3568 rt init --- kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig b/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig index 324049e..7d1ae95 100644 --- a/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig @@ -12,6 +12,32 @@ if STMMAC_ETH +config STMMAC_UIO + tristate "STMMAC_UIO ethernet controller" + default n + select UIO + help + Say M here if you want to use the stmmac_uio.ko for DPDK. + +config STMMAC_ETHTOOL + bool "Ethtool feature for STMMAC" + default STMMAC_ETH + help + This selects the ethtool function, default is Y. + +config STMMAC_FULL + bool "Support full driver for STMMAC" + default STMMAC_ETH + help + This selects the full function, default is Y, full-featured version + includes 4.10 and other versions, if it is N, only 4.10 core working. + +config STMMAC_PTP + bool "PTP feature for STMMAC" + default STMMAC_ETH + help + This selects the ptp timestamp function, default is Y. + config STMMAC_PLATFORM tristate "STMMAC Platform bus support" depends on STMMAC_ETH @@ -108,6 +134,16 @@ This selects the Rockchip RK3288 SoC glue layer support for the stmmac device driver. +config DWMAC_ROCKCHIP_TOOL + bool "Rockchip dwmac tool support" + depends on DWMAC_ROCKCHIP + default DWMAC_ROCKCHIP + help + Support for Ethernet functions on Rockchip SoCs. + + This selects the features for Rockchip's Ethernet, include PHY loopback, + MAC loopback, and delayline scanning of RGMII mode. + config DWMAC_SOCFPGA tristate "SOCFPGA dwmac support" default (ARCH_SOCFPGA || ARCH_STRATIX10) -- Gitblit v1.6.2