Skip to content

Commit da560c3

Browse files
author
Gang He
committed
driver: bluetooth: hci: sifli: Add configuration for SF32LB HCI driver.
Add configuration for SiFli SF32LB chipset Bluetooth HCI driver. Signed-off-by: Gang He <[email protected]>
1 parent f986411 commit da560c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ config BT_DRV_RX_STACK_SIZE
361361
default BT_RX_STACK_SIZE if (BT_H4 || BT_HCI_RAW_H4)
362362
default BT_STM32_IPM_RX_STACK_SIZE if BT_STM32_IPM
363363
default HCI_NXP_RX_STACK_SIZE if HCI_NXP_RX_THREAD
364+
default 1024 if BT_SF32LB
364365
default 512
365366
help
366367
Stack size for the HCI driver's RX thread.
@@ -402,3 +403,11 @@ config BT_H4_NXP_CTLR_WAIT_TIME_AFTER_BAUDRATE_UPDATE
402403
Waiting time after controller baudrate is updated. Unit is millisecond.
403404

404405
endif #BT_H4_NXP_CTLR
406+
407+
config BT_SF32LB
408+
bool "SiFli Bluetooth Controller"
409+
default y
410+
depends on DT_HAS_SIFLI_SF32LB_MAILBOX_ENABLED
411+
select USE_SIFLI_IPC_QUEUE
412+
help
413+
Bluetooth HCI over ipc mailbox in SiFli SF32LB chipsets.

0 commit comments

Comments
 (0)