Convert test to use DEVICE_DT_GET via a nodelabel. Introduce a test_dma devicetree nodelabel to reference the DMA controller the test should use. Signed-off-by: Kumar Gala <galak@kernel.org>
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
# Copyright (c) 2020 Erwin Rol <erwin@erwinrol.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "DMA Loop Transfer Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config DMA_LOOP_TRANSFER_CHANNEL_NR
|
|
int "DMA channel to use"
|
|
default 0
|