Skip to content

Commit cda4887

Browse files
committed
[Telink] Reduce NET_BUF_*_COUNT (to be tested)
1 parent 5f20728 commit cda4887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/telink/chip-module/Kconfig.defaults

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ config NET_PKT_TX_COUNT
122122
default 8
123123

124124
config NET_BUF_RX_COUNT
125-
default 12 if PM || SOC_RISCV_TELINK_TL321X
125+
default 4 if PM || SOC_RISCV_TELINK_TL321X
126126
default 32
127127

128128
config NET_BUF_TX_COUNT
129-
default 12 if PM || SOC_RISCV_TELINK_TL321X
129+
default 4 if PM || SOC_RISCV_TELINK_TL321X
130130
default 32
131131

132132
config GPIO

0 commit comments

Comments
 (0)