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:
Triveni Danda 2024-10-03 10:40:46 +05:30 committed by Benjamin Cabé
parent 90dfeaf61c
commit 3a2a7c1855

View file

@ -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