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>
This commit is contained in:
Bin Meng 2019-07-18 00:33:48 -07:00 committed by Tom Rini
parent f0e608bc69
commit d9756c41f9
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0+
Driver Model
============
.. toctree::
:maxdepth: 2

View File

@ -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
------------------------