Skip to content

Commit 5d3221b

Browse files
Martinhoff-makerkartben
authored andcommitted
soc: silabs: add dma support in soc kconfig
Update Kconfig to support LDMA. Signed-off-by: Martin Hoff <[email protected]>
1 parent dd1a5f5 commit 5d3221b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

soc/silabs/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ config SOC_GECKO_LEUART
6464
Set if the Low Energy Universal Asynchronous Receiver/Transmitter (LEUART)
6565
HAL module is used.
6666

67+
config SOC_GECKO_LDMA
68+
bool
69+
help
70+
Set if the Linked Direct Memory Access (LDMA) HAL module is used.
71+
6772
config SOC_GECKO_MSC
6873
bool
6974
help

0 commit comments

Comments
 (0)