From f23558deae5520bff064257b93a08368a4e0a0c2 Mon Sep 17 00:00:00 2001 From: Martin Hoff Date: Thu, 5 Dec 2024 15:02:50 +0100 Subject: [PATCH] soc: silabs: add dma support in soc kconfig Update Kconfig to support LDMA. Signed-off-by: Martin Hoff --- soc/silabs/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/soc/silabs/Kconfig b/soc/silabs/Kconfig index e1474623154a42..dd2553d8d2343c 100644 --- a/soc/silabs/Kconfig +++ b/soc/silabs/Kconfig @@ -64,6 +64,11 @@ config SOC_GECKO_LEUART Set if the Low Energy Universal Asynchronous Receiver/Transmitter (LEUART) HAL module is used. +config SOC_GECKO_LDMA + bool + help + Set if the Linked Direct Memory Access (LDMA) HAL module is used. + config SOC_GECKO_MSC bool help