tests: drivers: Add dependency to UART runtime configuration

Force enabling of the UART runtime configuration in UART tests.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2023-11-13 11:20:40 +01:00 committed by Carles Cufí
parent b032382011
commit 1ec05c4431
4 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
CONFIG_SERIAL=y
CONFIG_UART_ASYNC_API=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y

View file

@ -1,4 +1,5 @@
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
CONFIG_ZTEST=y
CONFIG_NATIVE_UART_0_ON_STDINOUT=y

View file

@ -1,3 +1,4 @@
CONFIG_SERIAL=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
CONFIG_ZTEST=y
CONFIG_NATIVE_UART_0_ON_STDINOUT=y

View file

@ -1,5 +1,6 @@
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
CONFIG_ZTEST=y
CONFIG_SHELL_CMD_BUFF_SIZE=90
CONFIG_SHELL=y