Skip to content

Commit

Permalink
doc: kconfig: clarify .config file location
Browse files Browse the repository at this point in the history
Fixes issue #78815

Specifies explicitly the location of the generated .config file
relative to the build directory.

Signed-off-by: Arrel Neumiller <[email protected]>
  • Loading branch information
rlneumiller authored and aescolar committed Oct 2, 2024
1 parent 724376d commit a3556aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build/kconfig/setting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ this:
# CONFIG_SOME_OTHER_BOOL is not set
This is the format you will see in the merged configuration in
:file:`zephyr/.config`.
This is the format you will see in the merged configuration
saved to :file:`zephyr/.config` in the build directory.

This style is accepted for historical reasons: Kconfig configuration files
can be parsed as makefiles (though Zephyr doesn't use this). Having
Expand Down

0 comments on commit a3556aa

Please sign in to comment.