File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -551,11 +551,22 @@ config NET_TC_TX_COUNT
551
551
552
552
endif # NETWORKING
553
553
554
+ config NRF_WIFI_USE_VARIABLE_NET_BUFS
555
+ bool "Use variable network buffers"
556
+ default y
557
+ help
558
+ This option enables the use of variable network buffers in the nRF70 driver.
559
+ Variable network buffers optimize RAM usage by allocating buffers of different sizes
560
+ based on the data size. This option is enabled by default to optimize RAM usage.
561
+ Samples and applications can override this option for higher performance.
562
+
563
+ if NRF_WIFI_USE_VARIABLE_NET_BUFS
554
564
# nRF70 now uses variable buffers as default to optimize RAM usage. Default pool sizes are used, samples/apps can override
555
565
# for higher performance.
556
566
choice NET_PKT_DATA_ALLOC_TYPE
557
567
default NET_BUF_VARIABLE_DATA_SIZE
558
568
endchoice
569
+ endif # NRF_WIFI_USE_VARIABLE_NET_BUFS
559
570
560
571
config MAIN_STACK_SIZE
561
572
default 4096
You can’t perform that action at this time.
0 commit comments