summaryrefslogtreecommitdiffstats
path: root/doc/index.rst
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-07-18 00:33:48 -0700
committerTom Rini <trini@konsulko.com>2019-07-24 10:07:24 -0400
commitd9756c41f9e65f498f8841c330f9bbab8842847f (patch)
treef65b8b72f3e770f224e7e6d7288b5217010d5d66 /doc/index.rst
parentf0e608bc691d9af94b7ae33d13ac431942638689 (diff)
downloadu-boot-d9756c41f9e65f498f8841c330f9bbab8842847f.tar.gz
u-boot-d9756c41f9e65f498f8841c330f9bbab8842847f.tar.xz
u-boot-d9756c41f9e65f498f8841c330f9bbab8842847f.zip
doc: Add driver-model to Sphinx TOC tree
Add index.rst for driver model. More docs will be added later. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glkpk@gmx.de>
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 3500e68556..bc2f06a9ba 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -15,6 +15,17 @@ if you want to help out.
.. toctree::
:maxdepth: 2
+Driver-Model documentation
+--------------------------
+The following holds information on the U-Boot device driver framework:
+driver-model, including the design details of itself and several driver
+subsystems.
+
+.. toctree::
+ :maxdepth: 2
+
+ driver-model/index
+
U-Boot API documentation
------------------------