mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 23:05:46 +00:00
Implement DMA driver for siwx917 using UDMA peripheral. For now, Scatter/Gather DMA is not yet supported. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
# Copyright (c) 2024 Silicon Laboratories Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DMA_SILABS_SIWX91X
|
|
bool "Silabs SiWx91x DMA driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_SIWX91X_DMA_ENABLED
|
|
help
|
|
Enable the High Power(HP)/Ultra Low Power(ULP) DMA driver for the Silabs SiWx91x SoC series.
|