From 7358bd342a35e19d196d5d74febe9b2e6c410dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Fri, 11 Oct 2019 13:25:40 +0200 Subject: [PATCH] doc: dtc: Don't incorrectly document that DT uses Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the documentation that incorrectly says that DT uses Kconfig. DT no longer has access to Kconfig symbols. Signed-off-by: Sebastian Bøe --- doc/application/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/application/index.rst b/doc/application/index.rst index cf9f96ade10..db745696e3d 100644 --- a/doc/application/index.rst +++ b/doc/application/index.rst @@ -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 `. - #. The board's devicetree source file, which by default is the Zephyr file :file:`boards///.dts`. (This location can be overridden by setting the :makevar:`DTS_SOURCE` CMake