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