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
11source "Kconfig.zephyr"
12