u-boot/doc/develop/config_binding.rst
Simon Glass 9ac134876a doc: Add mention of the /config binding
The devicetree binding files are in their own directory and use a simple
text format. Add a link for the binding for the /config node, since it
is otherwise hard to find.

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2021-09-28 18:50:55 +03:00

11 lines
289 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0+
U-Boot configuration node
=========================
U-Boot supports a number of runtime configuration options which can be selected
in the devicetree.
These are documented in
:download:`The /config node <../../doc/device-tree-bindings/config.txt>`.