[PATCH 11/23] acpi doc: convert acpi/dsdt-override.txt to rst format

From: Changbin Du
Date: Thu Mar 28 2019 - 12:30:43 EST


This converts the plain text documentation to reStructuredText format and
add it to Sphinx TOC tree. No essential content change.

Signed-off-by: Changbin Du <changbin.du@xxxxxxxxx>
---
Documentation/acpi/{dsdt-override.txt => dsdt-override.rst} | 6 +++++-
Documentation/acpi/index.rst | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)
rename Documentation/acpi/{dsdt-override.txt => dsdt-override.rst} (63%)

diff --git a/Documentation/acpi/dsdt-override.txt b/Documentation/acpi/dsdt-override.rst
similarity index 63%
rename from Documentation/acpi/dsdt-override.txt
rename to Documentation/acpi/dsdt-override.rst
index 784841caa6e6..77ecdc44bb2c 100644
--- a/Documentation/acpi/dsdt-override.txt
+++ b/Documentation/acpi/dsdt-override.rst
@@ -1,6 +1,10 @@
+===============
+Overriding DSDT
+===============
+
Linux supports a method of overriding the BIOS DSDT:

-CONFIG_ACPI_CUSTOM_DSDT builds the image into the kernel.
+CONFIG_ACPI_CUSTOM_DSDT - builds the image into the kernel.

When to use this method is described in detail on the
Linux/ACPI home page:
diff --git a/Documentation/acpi/index.rst b/Documentation/acpi/index.rst
index 5ab8bad833f6..7701d4df614e 100644
--- a/Documentation/acpi/index.rst
+++ b/Documentation/acpi/index.rst
@@ -14,3 +14,4 @@ Linux ACPI (Advanced Configuration and Power Interface)
scan_handlers
method-customizing
initrd_table_override
+ dsdt-override
--
2.20.1