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>
10 lines
238 B
Plaintext
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
|