acassis commented on code in PR #17410:
URL: https://github.com/apache/nuttx/pull/17410#discussion_r2576698096
##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -1013,6 +1013,12 @@ config IMX9_ENET_USE_OTP_MAC
default n
depends on IMX9_ENET
+config IMX9_ENET_HPWORK
+ bool "Use high priority work queue for ethernet"
+ depends on IMX9_ENET
+ depends on SCHED_HPWORK
+ default n
Review Comment:
All configs with user text needs to have a help to let users understand the
consequences of enabling that option.
--
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]