zephyr/drivers/dma/Kconfig.intel_lpss
Anisetti Avinash Krishna d7c353cdf4 drivers: dma: intel_lpss: Used phandle to get base address
Added usage of dma_parent phandle instead of using parent-child
method to get DMA base address.

Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
2023-09-25 18:43:29 -04:00

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