Skip to content

Commit 141561f

Browse files
butchwarnskartben
authored andcommitted
doc: fix debug/informational options wrong defaults
Fixes: #86021 Documentation erroneously states CONFIG_DEBUG option is enabled by default. Signed-off-by: Butch Warns <[email protected]>
1 parent 9cc8301 commit 141561f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/develop/optimizations/footprint.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ peripherals in your project configuration, for example::
4040
Various Debug/Informational Options
4141
***********************************
4242

43-
The following options are enabled by default to provide more information about
44-
the running application and to provide means for debugging and error handling:
43+
The following options output more information about
44+
the running application and provide means for debugging and error handling:
4545

4646
:kconfig:option:`CONFIG_BOOT_BANNER`
4747
This option can be disabled to save a few bytes.
4848

4949
:kconfig:option:`CONFIG_DEBUG`
50-
This option can be disabled for production builds
50+
This option can be enabled for debug builds.
51+
52+
Note that the boot banner is enabled by default.
5153

5254

5355
MPU/MMU Support

0 commit comments

Comments
 (0)