zephyr/tests/drivers/uart/uart_basic_api/prj_poll.conf
Andrew Boie 504dffa38c tests: uart_basic_api: fix configuration
These additional configs should have been put in prj.conf
and not here. Makes the tests simpler to build correctly
outside of sanitycheck.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-27 18:05:43 +03:00

4 lines
66 B
Plaintext

CONFIG_SERIAL=y
CONFIG_ZTEST=y
CONFIG_NATIVE_UART_0_ON_STDINOUT=y