1# Copyright (c) 2022 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "DMA Scatter Gather Test"
5
6source "Kconfig.zephyr"
7
8config DMA_SG_CHANNEL_NR
9	int "DMA channel to use"
10	default 0
11
12config DMA_SG_XFER_SIZE
13	int "Number of bytes to transfer"
14	default 8192
15