1# Copyright (c) 2023 Meta 2# SPDX-License-Identifier: Apache-2.0 3 4config DMA_EMUL 5 bool "Emulated DMA driver [EXPERIMENTAL]" 6 depends on DT_HAS_ZEPHYR_DMA_EMUL_ENABLED 7 select EXPERIMENTAL 8 help 9 Emulated DMA Driver 10