zephyr/drivers/dma/Kconfig.siwx91x
Jérôme Pouiller 124c79dd23 drivers: dma: Introduce support for SiWx91x
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>
2025-02-11 22:07:11 +01:00

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.