Skip to content

Commit

Permalink
Kconfig: net: Remove deprecated NET_BUF_USER_DATA_LEN
Browse files Browse the repository at this point in the history
This Kconfig setting was deprecated since
commit 8e99db5 ("Kconfig: net: deprecate `NET_BUF_USER_DATA_LEN`")
and zephyr release 3.0.0.

This commit removes this deprecated and unused setting.

Signed-off-by: Christian Taedcke <[email protected]>
  • Loading branch information
chrta authored and carlescufi committed Dec 1, 2022
1 parent 0308167 commit 5bd3bef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions subsys/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ config NET_BUF

if NET_BUF

config NET_BUF_USER_DATA_SIZE
int "Size of user_data available in every network buffer (DEPRECATED)"
default 0
help
User data size is now set on a per-pool basis at declaration point

config NET_BUF_LOG
bool "Network buffer logging"
select LOG
Expand Down

0 comments on commit 5bd3bef

Please sign in to comment.