zephyr/drivers/dma/Kconfig.si32
Reto Schneider 9d3ac80429 drivers: dma: Add initial SiM3U1xx support
This supports the minimum of what is required to allow the AES hardware
to be used (memory to peripheral, peripheral to memory).

In addition, to pass some of the existing unit tests, it also supports
memory to memory operators.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
2024-09-10 12:38:36 -04:00

11 lines
240 B
Plaintext

# Copyright (c) 2024 GARDENA GmbH
#
# SPDX-License-Identifier: Apache-2.0
config DMA_SI32
bool "Si32 DMA controller driver"
default y
depends on DT_HAS_SILABS_SI32_DMA_ENABLED
help
Enable DMA controller driver for Si32 line of MCUs