zephyr/drivers/dma/Kconfig.cavs_gpdma

22 lines
441 B
Plaintext

# 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