5925a4670b
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>
18 lines
328 B
Plaintext
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
|