-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caf: power_manager: Imply Device Runtime Power Management for nRF54H #21119
caf: power_manager: Imply Device Runtime Power Management for nRF54H #21119
Conversation
The CONFIG_PM_DEVICE is not required by CAF Power Manager. Imply the option instead of selecting it. Change also removes including header that is no longer needed. Jira: NCSDK-32519 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
Change implies CONFIG_PM_DEVICE_RUNTIME for nRF54H SoC Series. This is done to allow using the framework to reduce power consumption. Enabling Device Runtime Power Management also prevents from using System-Managed Device Power Management by default. The System-Managed Device Power Management does not work properly with some drivers (e.g. nrfx UARTE). Jira: NCSDK-32519 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 4a3ad6496a284a4062a5b01d110af9ceedf5f1ba more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Change implies CONFIG_PM_DEVICE_RUNTIME for nRF54H SoC Series. This is done to allow using the framework to reduce power consumption. Enabling Device Runtime Power Management also prevents from using System-Managed Device Power Management by default. The System-Managed Device Power Management does not work properly with some drivers (e.g. nrfx UARTE).
PR also switches to using imply instead of select for
CONFIG_PM_DEVICE
(the option is not required by CAF Power Manager).Jira: NCSDK-32519