diff options
author | Simon Glass | 2021-09-19 15:51:10 -0600 |
---|---|---|
committer | Heinrich Schuchardt | 2021-09-25 12:30:54 +0200 |
commit | 269d2d14d243f214e8eb5c63810d73272d6fd3f3 (patch) | |
tree | 3040be872fc4a425f6cfbe4ba200a17484e20193 /doc/develop/config_binding.rst | |
parent | 8284d6f838684cfa6e3303a447deb38027c5d7f0 (diff) |
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>
Diffstat (limited to 'doc/develop/config_binding.rst')
-rw-r--r-- | doc/develop/config_binding.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/develop/config_binding.rst b/doc/develop/config_binding.rst new file mode 100644 index 00000000000..c90e99c7baa --- /dev/null +++ b/doc/develop/config_binding.rst @@ -0,0 +1,10 @@ +.. 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>`. |