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:
parent
a64b069785
commit
6771e79729
2 changed files with 68 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue