1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config DMA_MCUX_SMARTDMA
5	bool "MCUX SmartDMA Driver"
6	default y
7	depends on DT_HAS_NXP_SMARTDMA_ENABLED
8	help
9	  MCUX SmartDMA driver.
10