1# Andestech ATCDMAC300 configuration options 2# Copyright (c) 2023 Andes Technology Corporation. 3 4# SPDX-License-Identifier: Apache-2.0 5 6 7config DMA_ANDES_ATCDMAC300 8 bool "Using Andes ATCDMAC300 DMA driver" 9 default y 10 depends on DT_HAS_ANDESTECH_ATCDMAC300_ENABLED 11 help 12 Andes ATCDMAC300 DMA driver. 13