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:
Erwan Gouriou 2023-08-31 11:25:51 +02:00 committed by Carles Cufí
commit 235319cfaa

View file

@ -1,3 +1,4 @@
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y
CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n