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:
Sebastian Bøe 2019-10-11 13:25:40 +02:00 committed by Kumar Gala
commit 7358bd342a

View file

@ -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 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
file :file:`boards/<ARCHITECTURE>/<BOARD>/<BOARD>.dts`. (This location
can be overridden by setting the :makevar:`DTS_SOURCE` CMake