zephyr/drivers/dma/Kconfig.intel_lpss
Anisetti Avinash Krishna 5925a4670b drivers: dma: dma_intel_lpss: Added intel LPSS DMA interface
Added intel LPSS DMA interface using dw common to support
usage of internal DMA in LPSS UART, SPI and I2C for
transfer and receive operations.

Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
2023-05-26 10:06:00 -04:00

18 lines
328 B
Plaintext

# LPSS DMA configuration options
# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config DMA_INTEL_LPSS
bool "INTEL LPSS DMA driver"
default n
depends on DT_HAS_INTEL_LPSS_ENABLED
help
INTEL LPSS DMA driver.
if DMA_INTEL_LPSS
source "drivers/dma/Kconfig.dw_common"
endif # DMA_INTEL_LPSS