File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,15 @@ config USE_SIFLI_HAL_WDT
234
234
help
235
235
Enable WDT SiFli HAL module driver
236
236
237
+ config USE_SIFLI_IPC_QUEUE
238
+ bool "IPC_QUEUE SiFli IPC queue"
239
+ select USE_SIFLI_HAL_MAILBOX
240
+ select USE_SIFLI_HAL_LCPU_CONFIGURE
241
+ select USE_SIFLI_HAL_LCPU_PATCH
242
+ select USE_SIFLI_HAL_AON
243
+ help
244
+ Enable IPC queue module for SiFli core communication
245
+
237
246
endif # USE_SIFLI_HAL
238
247
239
248
endif # HAS_SIFLI_HAL
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ config SOC_SERIES_SF32LB52X
12
12
select CPU_HAS_DCACHE
13
13
select SOC_EARLY_INIT_HOOK
14
14
15
+ config SIFLI_LXT_DISABLE
16
+ bool
17
+ default n
18
+
15
19
if SOC_SERIES_SF32LB52X
16
20
17
21
config SF32LB52X_BOOTROM_FLASH_ON_DELAY_MS
You can’t perform that action at this time.
0 commit comments