blob: 748f380b71eac23cd0a015bcdaa20ee28985e27c [file] [log] [blame]
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
mainmenu "DMA Loop Transfer Test"
source "Kconfig.zephyr"
config DMA_TRANSFER_CHANNEL_NR_0
int "first DMA channel to use"
default 0
config DMA_TRANSFER_CHANNEL_NR_1
int "second DMA channel to use"
default 1
config DMA_LOOP_TRANSFER_SRAM_SECTION
string "the section to place the memory buffers."
depends on NOCACHE_MEMORY
default ".nocache"
config DMA_LOOP_TRANSFER_NUMBER_OF_DMAS
int "Number of DMAs to test"
default 1
config DMA_TRANSFER_BURST16
bool "Enable loop transfers of 16-beat bursts"
default y