drivers: entropy: smartbond: Add support for PM

This commit should add all the functionality needed for the entropy
driver to work when PM is enabled.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
This commit is contained in:
Ioannis Karachalios 2024-05-01 16:03:36 +03:00 committed by Carles Cufí
commit 6771e79729
2 changed files with 68 additions and 3 deletions

View file

@ -34,13 +34,18 @@ config LV_Z_POINTER_INPUT_MSGQ_COUNT
endif # INPUT
#if PM || PM_DEVICE
#if PM || PM_DEVICE || PM_DEVICE_RUNTIME
# Increase stack size to avoid raising usage-fault
# exceptions due to stack overflow.
config IDLE_STACK_SIZE
default 2048
# Make sure the serial device has higher
# initialization priority.
config SERIAL_INIT_PRIORITY
default KERNEL_INIT_PRIORITY_DEFAULT
#endif # PM || PM_DEVICE
endif # BOARD_DA1469X_DK_PRO