To fix below dependency issue: aarch64-oe-linux-ld.bfd: Unexpected GOT/PLT entries detected! aarch64-oe-linux-ld.bfd: Unexpected run-time procedure linkages detected! aarch64-oe-linux-ld.bfd: drivers/net/ethernet/ti/am65-cpsw-nuss.o: in function `am65_cpsw_nuss_rx_poll': am65-cpsw-nuss.c:(.text+0x5108): undefined reference to `page_pool_alloc_pages' aarch64-oe-linux-ld.bfd: drivers/net/ethernet/ti/am65-cpsw-nuss.o: in function `am65_cpsw_nuss_ndo_slave_open': am65-cpsw-nuss.c:(.text+0x5998): undefined reference to `page_pool_create' aarch64-oe-linux-ld.bfd: am65-cpsw-nuss.c:(.text+0x5c38): undefined reference to `page_pool_alloc_pages'
Signed-off-by: Xulin Sun <xulin....@windriver.com> --- drivers/net/ethernet/ti/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig index ef35caa520a5..178cb9a893f8 100644 --- a/drivers/net/ethernet/ti/Kconfig +++ b/drivers/net/ethernet/ti/Kconfig @@ -114,6 +114,7 @@ config TI_K3_AM65_CPSW_NUSS select TI_DAVINCI_MDIO select PHYLINK select TI_K3_CPPI_DESC_POOL + select PAGE_POOL imply PHY_TI_GMII_SEL depends on TI_K3_AM65_CPTS || !TI_K3_AM65_CPTS help -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14355): https://lists.yoctoproject.org/g/linux-yocto/message/14355 Mute This Topic: https://lists.yoctoproject.org/mt/108261514/21656 Group Owner: linux-yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-