1# Copyright (c) 2025 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4source "Kconfig.zephyr" 5 6config TEST_HW_FLOW_CONTROL 7 bool "Test hardware flow control" 8 help 9 By default, the test uses backend transmit and receive 10 buffers of adequate size, and waits until transmitted 11 data has been fully received before next transmit. 12 13 This option limits the backend receive buffer size and 14 imposes a delay on reading received data, ensuring 15 transmitted data will be dropped if hw flow control is 16 not enabled. 17