mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 12:15:14 +00:00
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>
11 lines
240 B
Plaintext
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
|