net: ip: Add a name to existing Kconfig choice
Update kconfig choice name to enable overriding from other parts of the code. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
This commit is contained in:
parent
90dfeaf61c
commit
3a2a7c1855
1 changed files with 1 additions and 1 deletions
|
|
@ -822,7 +822,7 @@ config NET_BUF_TX_COUNT
|
||||||
Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
|
Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
|
||||||
header (sizeof(struct net_buf)) amount of data.
|
header (sizeof(struct net_buf)) amount of data.
|
||||||
|
|
||||||
choice
|
choice NET_PKT_DATA_ALLOC_TYPE
|
||||||
prompt "Network packet data allocator type"
|
prompt "Network packet data allocator type"
|
||||||
default NET_BUF_FIXED_DATA_SIZE
|
default NET_BUF_FIXED_DATA_SIZE
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue