zephyr/tests/subsys/pm/device_driver_init/prj.conf
Jordan Yates b979ee9c0a tests: pm: test pm_device_driver_init
Test that `pm_device_driver_init` puts devices into the appropriate
state depending on the devicetree configuration.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-07-26 08:16:44 +00:00

10 lines
238 B
Plaintext

# Copyright (c) 2023, Commonwealth Scientific and Industrial Research
# Organisation (CSIRO) ABN 41 687 119 230.
CONFIG_ZTEST=y
CONFIG_MP_MAX_NUM_CPUS=1
CONFIG_GPIO=y
CONFIG_GPIO_GET_CONFIG=y
CONFIG_POWER_DOMAIN=y
CONFIG_ZTEST_NEW_API=y