Skip to content

Commit 1dfc4f8

Browse files
D-Trivenikrish2718
authored andcommitted
[nrf fromlist] net: ip: Add a name to existing Kconfig choice
Update kconfig choice name to enable overriding from other parts of the code. Upstream PR: zephyrproject-rtos/zephyr#78852 Signed-off-by: Triveni Danda <[email protected]>
1 parent f30c244 commit 1dfc4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/ip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ config NET_BUF_TX_COUNT
663663
Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
664664
header (sizeof(struct net_buf)) amount of data.
665665

666-
choice
666+
choice NET_PKT_DATA_ALLOC_TYPE
667667
prompt "Network packet data allocator type"
668668
default NET_BUF_FIXED_DATA_SIZE
669669
help

0 commit comments

Comments
 (0)