zephyr/tests/drivers/dma/cyclic/Kconfig
Andriy Gelman aea1ff9e2f tests: drivers: dma: Add cyclic transfer test
Adds a test with the cyclic transfer bit set in the dma configuration.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2025-02-12 02:26:20 +01:00

15 lines
271 B
Plaintext

# Copyright (c) 2025 Andriy Gelman
# SPDX-License-Identifier: Apache-2.0
mainmenu "DMA Cyclic Test"
source "Kconfig.zephyr"
config DMA_CYCLIC_CHANNEL_NR
int "DMA channel to use"
default 0
config DMA_CYCLIC_XFER_SIZE
int "Number of bytes to transfer"
default 4096