# cAVS GPDMA configuration options | |
# Copyright (c) 2022 Intel Corporation | |
# SPDX-License-Identifier: Apache-2.0 | |
config DMA_CAVS_GPDMA | |
bool "CAVS GPDMA DMA driver" | |
help | |
Intel cAVS GPDMA DMA driver. | |
if DMA_CAVS_GPDMA | |
config DMA_CAVS_GPDMA_HAS_LLP | |
bool "cAVS GPDMA Linear Link Position Feature" | |
help | |
cAVS GPDMA may optionally have a linear link position | |
feature. | |
source "drivers/dma/Kconfig.dw_common" | |
endif # DMA_CAVS_GPDMA |