doc: dtc: Don't incorrectly document that DT uses Kconfig
Remove the documentation that incorrectly says that DT uses Kconfig. DT no longer has access to Kconfig symbols. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
e79768c2df
commit
7358bd342a
1 changed files with 0 additions and 2 deletions
|
@ -1510,8 +1510,6 @@ to a whitespace-separated list of your overlay files.
|
||||||
The Zephyr build system begins creation of a devicetree by running
|
The Zephyr build system begins creation of a devicetree by running
|
||||||
the C preprocessor on a file which includes the following:
|
the C preprocessor on a file which includes the following:
|
||||||
|
|
||||||
#. Configuration options from :ref:`Kconfig <configuration_options>`.
|
|
||||||
|
|
||||||
#. The board's devicetree source file, which by default is the Zephyr
|
#. The board's devicetree source file, which by default is the Zephyr
|
||||||
file :file:`boards/<ARCHITECTURE>/<BOARD>/<BOARD>.dts`. (This location
|
file :file:`boards/<ARCHITECTURE>/<BOARD>/<BOARD>.dts`. (This location
|
||||||
can be overridden by setting the :makevar:`DTS_SOURCE` CMake
|
can be overridden by setting the :makevar:`DTS_SOURCE` CMake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue