zephyr/tests/drivers/uart/uart_pm/prj.conf
Alberto Escolar Piedras 7ef23e1573 tests uart/uart_pm: Fix kconfig warning
The option CONFIG_NATIVE_UART_0_ON_STDINOUT
is only usable for the native_sim/posix(_64) targets,
but this test is only allowed for the nrf52840dk_nrf52840.
Building with this option set causes a kconfig warning.
Let's just remove it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-12 11:27:23 -06:00

5 lines
62 B
Plaintext

CONFIG_ZTEST=y
CONFIG_SERIAL=y
CONFIG_PM=y
CONFIG_PM_DEVICE=y