Kconfig: net: Remove deprecated NET_BUF_USER_DATA_LEN
This Kconfig setting was deprecated since
commit 8e99db5801
("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 <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
0308167cea
commit
5bd3beff14
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue