acassis commented on code in PR #13401:
URL: https://github.com/apache/nuttx/pull/13401#discussion_r1756857287


##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -951,6 +951,11 @@ config IMX9_ENET1_RGMII
 
 endchoice
 
+config IMX9_ENET1_TX_CLOCK_IS_INPUT
+       bool "ENET1 TX clock is input"
+       default y if IMX9_ENET1_RMII
+       default n if IMX9_ENET1_RGMII
+

Review Comment:
   Please include --help--



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to