Skip to content

Commit f23558d

Browse files
soc: silabs: add dma support in soc kconfig
Update Kconfig to support LDMA. Signed-off-by: Martin Hoff <[email protected]>
1 parent 1d40a7e commit f23558d

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)