acassis commented on code in PR #7417: URL: https://github.com/apache/incubator-nuttx/pull/7417#discussion_r1003645678
########## arch/arm/src/stm32h7/Kconfig: ########## @@ -5087,6 +5092,16 @@ config STM32H7_PHYINIT provide stm32_phyinitialize(); The STM32 Ethernet driver will call this function one time before it first uses the PHY. +config STM32H7_PHY_POLLING + bool "Support network monitoring by poling the PHY" Review Comment: ```suggestion bool "Support network monitoring by polling the PHY" ``` -- 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