11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
|
# Copyright (c) 2020 STMicroelectronics
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
mainmenu "DMA Link Transfer Test"
|
||
|
|
||
|
source "Kconfig.zephyr"
|
||
|
|
||
|
config DMA_LINK_TRANSFER_DRV_NAME
|
||
|
string "DMA device name to use for test"
|
||
|
default "DMA_0"
|