drivers: mipi dbi: smartbond: Add support for PM
This commit should add all the functionality needed for the MIPI DBI driver to work when PM is enabled. Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
This commit is contained in:
parent
8742e24760
commit
58b9facbd1
2 changed files with 39 additions and 61 deletions
|
@ -34,4 +34,13 @@ config LV_Z_POINTER_INPUT_MSGQ_COUNT
|
|||
|
||||
endif # INPUT
|
||||
|
||||
#if PM || PM_DEVICE
|
||||
|
||||
# Increase stack size to avoid raising usage-fault
|
||||
# exceptions due to stack overflow.
|
||||
config IDLE_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
#endif # PM || PM_DEVICE
|
||||
|
||||
endif # BOARD_DA1469X_DK_PRO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue