You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/28 14:07:43 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6340: Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE

pkarashchenko commented on code in PR #6340:
URL: https://github.com/apache/incubator-nuttx/pull/6340#discussion_r884139326


##########
arch/arm/src/cxd56xx/Kconfig:
##########
@@ -80,7 +80,7 @@ if CXD56_PMIC
 config CXD56_PMIC_INT
 	bool "PMIC interrupt"
 	default n
-	depends on SCHED_LPWORK

Review Comment:
   @xiaoxiang781216 could you please write more about this change and changes in other files `depends on SCHED_HPWORK` -> `depends on SCHED_WORKQUEUE`. I see that both `SCHED_LPWORK` and `SCHED_HPWORK` are defaulted to `n`, so I'm wondering how things are getting working now if for example `CXD56_PMIC_INT` is selected together with `SCHED_WORKQUEUE`, but `SCHED_LPWORK` is `n`.



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org