1# Copyright (c) 2024 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config DMA_SILABS_SIWX91X 5 bool "Silabs SiWx91x DMA driver" 6 default y 7 depends on DT_HAS_SILABS_SIWX91X_DMA_ENABLED 8 help 9 Enable the High Power(HP)/Ultra Low Power(ULP) DMA driver for the Silabs SiWx91x SoC series. 10