1# Smartbond DMA Accelerator Configuration Options
2
3# Copyright (c) 2023 Renesas Electronics Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config DMA_SMARTBOND
7	bool "Smartbond DMA Accelerator Driver"
8	depends on DT_HAS_RENESAS_SMARTBOND_DMA_ENABLED
9	default y
10	help
11	  Enable Smartbond DMA Accelerator Driver
12