13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
# Andestech ATCDMAC300 configuration options
|
|
# Copyright (c) 2023 Andes Technology Corporation.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
config DMA_ANDES_ATCDMAC300
|
|
bool "Using Andes ATCDMAC300 DMA driver"
|
|
default y
|
|
depends on DT_HAS_ANDESTECH_ATCDMAC300_ENABLED
|
|
help
|
|
Andes ATCDMAC300 DMA driver.
|