1# Atmel SAM DMAC configuration options
2
3# Copyright (c) 2018 Google LLC.
4# SPDX-License-Identifier: Apache-2.0
5
6config DMA_SAM0
7	bool "Atmel SAM0 series DMAC driver"
8	default y
9	depends on DT_HAS_ATMEL_SAM0_DMAC_ENABLED
10	help
11	  DMA driver for Atmel SAM0 series MCUs.
12