test: pm: device: Fix build options

The test is using device and device runtime power management. Just
including them to the test build.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-10-07 09:06:45 -07:00 committed by Carles Cufí
parent 041653662b
commit 3f958347c2
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y