From: Changbin Du Date: Tue, 14 May 2019 14:47:23 +0000 (+0800) Subject: Documentation: add Linux PCI to Sphinx TOC tree X-Git-Tag: v5.3-rc1~78^2~17^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c42eaffa16568a538f12dfebd99624659992913a;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Bjorn Helgaas --- diff --git a/Documentation/PCI/index.rst b/Documentation/PCI/index.rst new file mode 100644 index 0000000000000..c2f8728d11cfa --- /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: diff --git a/Documentation/index.rst b/Documentation/index.rst index a7566ef624112..4afa431d9b1f8 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -101,6 +101,7 @@ needed). filesystems/index vm/index bpf/index + PCI/index misc-devices/index Architecture-specific documentation