Skip to content

Commit 6840193

Browse files
pdgendtkartben
authored andcommitted
doc: releases: migration-guide-4.2: Fix kconfig directives
Add CONFIG_ prefix to kconfig directives. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 24fb7df commit 6840193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ Networking
409409
:c:macro:`HTTPS_SERVICE_DEFINE_EMPTY`, :c:macro:`HTTP_SERVICE_DEFINE` and
410410
:c:macro:`HTTPS_SERVICE_DEFINE`.
411411

412-
* :kconfig:option:`NET_ZPERF` no longer includes server support by default. To use
413-
the server commands, enable :kconfig:option:`NET_ZPERF_SERVER`. If server support
414-
is not needed, :kconfig:option:`ZVFS_POLL_MAX` can possibly be reduced.
412+
* :kconfig:option:`CONFIG_NET_ZPERF` no longer includes server support by default. To use
413+
the server commands, enable :kconfig:option:`CONFIG_NET_ZPERF_SERVER`. If server support
414+
is not needed, :kconfig:option:`CONFIG_ZVFS_POLL_MAX` can possibly be reduced.
415415

416416
* The L2 Wi-Fi shell now supports interface option for most commands, to accommodate this
417417
change some of the existing options have been renamed. The following table

0 commit comments

Comments
 (0)