xiaoxiang781216 edited a comment on pull request #5701:
URL: https://github.com/apache/incubator-nuttx/pull/5701#issuecomment-1062948009


   > Is it possible to have governor by domain and still be able to define 
PM_GOVERNOR_CUSTOM on board level ?
   
   Yes, user can implement the custom domain and call pm_set_governor. Before 
this patch, choice option require user select PM_GOVERNOR_CUSTOM to disable 
greedy and activity governor. In the new approach, choice is removed, so user 
can disable the built-in governor directly without PM_GOVERNOR_CUSTOM. That's 
why this patch remove PM_GOVERNOR_CUSTOM.


-- 
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