zephyr/tests/subsys/pm/power_states_api/prj.conf
Flavio Ceolin 73b755d817 pm: Add a symbol for device power state constraints
Add a symbol to enable device power state constraints this
saves resources when this feature is not needed.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2024-06-07 19:06:23 -04:00

5 lines
84 B
Plaintext

CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y
CONFIG_ZTEST=y