9 lines
432 B
Plaintext
Executable File
9 lines
432 B
Plaintext
Executable File
#===============================================================================
|
|
# @brief Kconfig file.
|
|
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
|
|
#===============================================================================
|
|
config DMA_MEMORY_LLI_TRANSFER_MODE
|
|
bool
|
|
prompt "Choose DMA memory to memory lli transfer mode."
|
|
depends on SAMPLE_SUPPORT_DMA
|
|
default n |