1# UART test configuration options
2# Copyright (c) 2024 Nordic Semiconductor ASA
3# SPDX-License-Identifier: Apache-2.0
4
5config DUAL_UART_TEST
6	bool "Enable dual UART test"
7
8config SETUP_MISMATCH_TEST
9	bool "Enable mismatched configuration in dual UART test"
10
11config UART_BAUDRATE_MISMATCH
12	int "UART baudrate for DUT_AUX to test mismatch case"
13	depends on SETUP_MISMATCH_TEST
14	default 9600
15	help
16	  UART baudrate for DUT_AUX that is intentionally different from DUT
17	  to test error detection.
18
19source "Kconfig.zephyr"
20