zouboan commented on code in PR #15720: URL: https://github.com/apache/nuttx/pull/15720#discussion_r1935099349
########## arch/arm64/src/zynq-mpsoc/Kconfig: ########## @@ -35,6 +35,136 @@ config ZYNQ_MPSOC_UART1 ---help--- Select to enable support for UART1. +config ZYNQ_ENET + bool "Ethernet" + default n + select ARCH_HAVE_PHY + select ARCH_HAVE_NETDEV_STATISTICS + endmenu # XILINX ZYNQ_MPSOC Peripheral Selection +menu "Ethernet Configuration" + depends on ZYNQ_ENET + +choice + prompt "ZYNQ Ethernet Interface" + default ZYNQ_ENET4 Review Comment: whats more, ZCU111 board use GMAC3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org