Skip to content

Commit a598aa0

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 a598aa0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

soc/sifli/sf32/Kconfig.defconfig

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

9+
config BT_HCI_ACL_FLOW_CONTROL
10+
default n
11+
12+
config MAIN_STACK_SIZE
13+
default 2048 if BT_SF32LB
14+
15+
config BT_BUF_ACL_TX_COUNT
16+
default 8 if BT_SF32LB
17+
918
rsource "*/Kconfig.defconfig"
1019

1120
endif # SOC_FAMILY_SF32

0 commit comments

Comments
 (0)