1# LPSS DMA configuration options 2 3# Copyright (c) 2023 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config DMA_INTEL_LPSS 7 bool "INTEL LPSS DMA driver" 8 default y 9 depends on DT_HAS_INTEL_LPSS_ENABLED 10 select DEVICE_DEPS 11 help 12 INTEL LPSS DMA driver. 13 14if DMA_INTEL_LPSS 15 16source "drivers/dma/Kconfig.dw_common" 17 18endif # DMA_INTEL_LPSS 19