zephyr/tests/subsys/pm/device_wakeup_api/prj.conf
Flavio Ceolin b6bd40f5fa tests: pm: Add device wakeup test
Add a test to exercise PM device wakeup API.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-08-11 19:39:13 -04:00

8 lines
103 B
Plaintext

CONFIG_ZTEST=y
CONFIG_PM_DEVICE=y
CONFIG_PM=y
CONFIG_PM_POLICY_APP=y
CONFIG_GPIO=y
CONFIG_GPIO_EMUL=y