drivers: wifi: nrfwifi: Enable variable network configurations
Add variable network configuration control into the driver to optimize RAM usage by default. The pool sizes are default, and tuning is left to the applications or samples. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
This commit is contained in:
parent
3a2a7c1855
commit
b01ac955c6
1 changed files with 6 additions and 0 deletions
|
@ -561,6 +561,12 @@ config NET_TC_TX_COUNT
|
|||
|
||||
endif # NETWORKING
|
||||
|
||||
# nRF70 now uses variable buffers as default to optimize RAM usage. Default pool sizes are used, samples/apps can override
|
||||
# for higher performance.
|
||||
choice NET_PKT_DATA_ALLOC_TYPE
|
||||
default NET_BUF_VARIABLE_DATA_SIZE
|
||||
endchoice
|
||||
|
||||
config MAIN_STACK_SIZE
|
||||
default 4096
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue