Skip to content

Commit ef2f264

Browse files
nordicjmcfriedt
authored andcommitted
doc: build: kconfig: setting: Replace text
Replaces text to clarify a setting Signed-off-by: Jamie McCrae <[email protected]>
1 parent d04f91b commit ef2f264

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/build/kconfig/setting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ used.
161161
#. Otherwise, :file:`prj.conf` is used from the application configuration
162162
directory. If it does not exist then a fatal error will be emitted.
163163

164-
Furthermore, applications can have SoC overlay configuration that is applied to
165-
it, the file :file:`socs/<SOC>_<BOARD_QUALIFIERS>.conf` will be applied if it exists,
166-
after the main project configuration has been applied and before any board overlay
167-
configuration files have been applied.
164+
Furthermore, applications can have SoC Kconfig fragments added to the configuration,
165+
the file :file:`socs/<SOC>_<BOARD_QUALIFIERS>.conf` will be applied if it exists,
166+
after the main project configuration has been applied and before any board Kconfig
167+
fragments files have been applied.
168168

169169
All configuration files will be taken from the application's configuration
170170
directory except for files with an absolute path that are given with the

0 commit comments

Comments
 (0)