samples: boards: stm32: power_mgmt: Disable exclusive device PM
Disable exclusive PM run time handling as PM_DEVICE_RUNTIME is not supported in all drivers. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
3ff5222a6f
commit
235319cfaa
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_PM_DEVICE=y
|
||||
CONFIG_PM_DEVICE_RUNTIME=y
|
||||
CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue