diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-14 22:47:23 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-05-30 07:41:06 -0500 |
commit | c42eaffa16568a538f12dfebd99624659992913a (patch) | |
tree | d2a597433a3ec68f442de6db110e748844acffd7 /Documentation/PCI | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) | |
download | linux-stable-c42eaffa16568a538f12dfebd99624659992913a.tar.gz linux-stable-c42eaffa16568a538f12dfebd99624659992913a.tar.bz2 linux-stable-c42eaffa16568a538f12dfebd99624659992913a.zip |
Documentation: add Linux PCI to Sphinx TOC tree
Add index.rst for PCI subsystem. More docs will be added later.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/PCI/index.rst b/Documentation/PCI/index.rst new file mode 100644 index 000000000000..c2f8728d11cf --- /dev/null +++ b/Documentation/PCI/index.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0 + +======================= +Linux PCI Bus Subsystem +======================= + +.. toctree:: + :maxdepth: 2 + :numbered: |