# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

mainmenu "DMA Scatter Gather Test"

source "Kconfig.zephyr"

config DMA_SG_CHANNEL_NR
	int "DMA channel to use"
	default 0

config DMA_SG_XFER_SIZE
	int "Number of bytes to transfer"
	default 8192
