Commit 04a07c5c authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

doc: application: merge configuration paragraphs

parent 386df0c4
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -624,12 +624,10 @@ Below is a simple example :file:`CMakeList.txt`:
Application Configuration
*************************

The application is configured using a set of options
that can be customized for application-specific purposes.
The Zephyr build system takes a configuration option's value from the first
source in which it is specified.

An option's value is taken from the following available sources, in order:
The application is configured using a set of options that can be customized for
application-specific purposes.  The Zephyr build system takes a configuration
option's value from the first source in which it is specified, taken from the
following available sources, in order:

#. An application's current configuration (i.e. the file
   :file:`zephyr/.config` in the build directory). This can be used