Skip to content

Commit c9dd4d2

Browse files
author
Gang He
committed
module: sifli: kconfig: Add Bluetooth HCI driver configuration
Add SiFli Bluetooth HCI driver configurations. Signed-off-by: Gang He <[email protected]>
1 parent 07e0063 commit c9dd4d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/hal_sifli/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,15 @@ config USE_SIFLI_HAL_WDT
234234
help
235235
Enable WDT SiFli HAL module driver
236236

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+
237246
endif # USE_SIFLI_HAL
238247

239248
endif # HAS_SIFLI_HAL

0 commit comments

Comments
 (0)