Skip to content

Commit 44573d1

Browse files
author
Gang He
committed
soc: sifli: sf32: Add configuration for Bluetooth HCI driver support
Add configuration support for Bluetooth HCI driver. Signed-off-by: Gang He <[email protected]>
1 parent f29719c commit 44573d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

soc/sifli/sf32/Kconfig.defconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ if SOC_FAMILY_SF32
66
config BUILD_OUTPUT_HEX
77
default y
88

9+
config USE_SIFLI_HAL
10+
default y
11+
12+
config BT_HCI_ACL_FLOW_CONTROL
13+
default n
14+
15+
config MAIN_STACK_SIZE
16+
default 2048 if BT_SF32LB
17+
18+
config BT_BUF_ACL_TX_COUNT
19+
default 8 if BT_SF32LB
20+
921
rsource "*/Kconfig.defconfig"
1022

1123
endif # SOC_FAMILY_SF32

0 commit comments

Comments
 (0)