1# Nios-II mSGDMA driver configuration options
2
3# Copyright (c) 2018 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config DMA_NIOS2_MSGDMA
7	bool "Nios-II  Modular Scatter-Gather DMA(MSGDMA) driver"
8	default y
9	depends on DT_HAS_ALTR_MSGDMA_ENABLED
10	help
11	  Enable Nios-II Modular Scatter-Gather DMA(MSGDMA) driver.
12