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:
parent
b032382011
commit
1ec05c4431
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue