Add some related net config required by tsn. Signed-off-by: Xiaolei Wang <[email protected]> --- bsp/nxp-imx9/nxp-imx9-preempt-rt.scc | 2 ++ bsp/nxp-imx9/nxp-imx9-standard.scc | 2 ++ bsp/nxp-imx9/nxp-imx9.cfg | 6 ++++++ 3 files changed, 10 insertions(+)
diff --git a/bsp/nxp-imx9/nxp-imx9-preempt-rt.scc b/bsp/nxp-imx9/nxp-imx9-preempt-rt.scc index 57ce73f9..737fdeab 100644 --- a/bsp/nxp-imx9/nxp-imx9-preempt-rt.scc +++ b/bsp/nxp-imx9/nxp-imx9-preempt-rt.scc @@ -3,6 +3,8 @@ define KTYPE preempt-rt define KARCH arm64 include ktypes/preempt-rt +include features/tsn/tsn.scc +include features/net/xdp/xdp.scc include nxp-imx9.scc diff --git a/bsp/nxp-imx9/nxp-imx9-standard.scc b/bsp/nxp-imx9/nxp-imx9-standard.scc index 4483215c..1e6e9eea 100644 --- a/bsp/nxp-imx9/nxp-imx9-standard.scc +++ b/bsp/nxp-imx9/nxp-imx9-standard.scc @@ -3,5 +3,7 @@ define KTYPE standard define KARCH arm64 include ktypes/standard +include features/tsn/tsn.scc +include features/net/xdp/xdp.scc include nxp-imx9.scc diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg index 499b0750..41964ea5 100644 --- a/bsp/nxp-imx9/nxp-imx9.cfg +++ b/bsp/nxp-imx9/nxp-imx9.cfg @@ -112,6 +112,12 @@ CONFIG_FEC=y CONFIG_AT803X_PHY=y CONFIG_REALTEK_PHY=y CONFIG_STMMAC_ETH=y +CONFIG_FEC_ECAT=y +CONFIG_NET_DSA_NETC=m +CONFIG_NET_DSA_SJA1105=m +CONFIG_NET_DSA_SJA1105_PTP=y +CONFIG_NET_DSA_SJA1105_TAS=y +CONFIG_NET_DSA_SJA1105_VL=y # # Input device support -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13718): https://lists.yoctoproject.org/g/linux-yocto/message/13718 Mute This Topic: https://lists.yoctoproject.org/mt/105060997/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
