19 lines
348 B
Plaintext
19 lines
348 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 y
|
|
depends on DT_HAS_INTEL_LPSS_ENABLED
|
|
select DEVICE_DEPS
|
|
help
|
|
INTEL LPSS DMA driver.
|
|
|
|
if DMA_INTEL_LPSS
|
|
|
|
source "drivers/dma/Kconfig.dw_common"
|
|
|
|
endif # DMA_INTEL_LPSS
|