Skip to content

Commit da285c0

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 c9dd4d2 commit da285c0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

soc/sifli/sf32/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
config SOC_FAMILY_SF32
55
select HAS_SIFLI_HAL
66

7+
config SIFLI_LXT_DISABLE
8+
bool
9+
default n
10+
711
if SOC_FAMILY_SF32
812

913
rsource "*/Kconfig"

soc/sifli/sf32/Kconfig.defconfig

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

9+
config BT_HCI_ACL_FLOW_CONTROL
10+
default n
11+
912
rsource "*/Kconfig.defconfig"
1013

1114
endif # SOC_FAMILY_SF32

soc/sifli/sf32/sf32lb52x/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ config USE_DT_CODE_PARTITION
1212
config CACHE_MANAGEMENT
1313
default y
1414

15+
config MAIN_STACK_SIZE
16+
default 2048 if MBEDTLS_INIT
17+
1518
config NUM_IRQS
1619
default 100
1720

0 commit comments

Comments
 (0)