zephyr/tests/drivers/uart/uart_errors/Kconfig
Krzysztof Chruściński 7df2d54685 tests: drivers: uart: Add test for line errors handling
Add test which validates behavior of the UART driver when there
are errors on the receiver line.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-09-06 11:31:10 -04:00

12 lines
282 B
Plaintext

# UART test configuration options
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config DUAL_UART_TEST
bool "Enable dual UART test"
config SETUP_MISMATCH_TEST
bool "Enable mismatched configuration in dual UART test"
source "Kconfig.zephyr"