Skip to content

Commit 3a2a7c1

Browse files
D-Trivenikartben
authored andcommitted
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 <[email protected]>
1 parent 90dfeaf commit 3a2a7c1

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
@@ -822,7 +822,7 @@ config NET_BUF_TX_COUNT
822822
Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish
823823
header (sizeof(struct net_buf)) amount of data.
824824

825-
choice
825+
choice NET_PKT_DATA_ALLOC_TYPE
826826
prompt "Network packet data allocator type"
827827
default NET_BUF_FIXED_DATA_SIZE
828828
help

0 commit comments

Comments
 (0)