1# Copyright (c) 2025 Andriy Gelman
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "DMA Cyclic Test"
5
6source "Kconfig.zephyr"
7
8config DMA_CYCLIC_CHANNEL_NR
9	int "DMA channel to use"
10	default 0
11
12config DMA_CYCLIC_XFER_SIZE
13	int "Number of bytes to transfer"
14	default 4096
15