diff options
| author | Changbin Du <changbin.du@gmail.com> | 2019-04-24 13:52:53 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-04-25 17:07:20 -0400 |
| commit | 34bf473baef086ec0e277ffb0dbddb697da9f02e (patch) | |
| tree | 9cdaa5f8ff3a7658f896c474be05d550c5e2beec | |
| parent | 59bcdcccf31f5a42cd23ea46154f9b3546d66009 (diff) | |
Documentation: ACPI: move dsdt-override.txt to admin-guide/acpi and convert to reST
This converts the plain text documentation to reStructuredText format
and adds it to Sphinx TOC tree.
No essential content change.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
| -rw-r--r-- | Documentation/admin-guide/acpi/dsdt-override.rst (renamed from Documentation/acpi/dsdt-override.txt) | 8 | ||||
| -rw-r--r-- | Documentation/admin-guide/acpi/index.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/acpi/dsdt-override.txt b/Documentation/admin-guide/acpi/dsdt-override.rst index 784841caa6e6..50bd7f194bf4 100644 --- a/Documentation/acpi/dsdt-override.txt +++ b/Documentation/admin-guide/acpi/dsdt-override.rst | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | ||
| 2 | |||
| 3 | =============== | ||
| 4 | Overriding DSDT | ||
| 5 | =============== | ||
| 6 | |||
| 1 | Linux supports a method of overriding the BIOS DSDT: | 7 | Linux supports a method of overriding the BIOS DSDT: |
| 2 | 8 | ||
| 3 | CONFIG_ACPI_CUSTOM_DSDT builds the image into the kernel. | 9 | CONFIG_ACPI_CUSTOM_DSDT - builds the image into the kernel. |
| 4 | 10 | ||
| 5 | When to use this method is described in detail on the | 11 | When to use this method is described in detail on the |
| 6 | Linux/ACPI home page: | 12 | Linux/ACPI home page: |
diff --git a/Documentation/admin-guide/acpi/index.rst b/Documentation/admin-guide/acpi/index.rst index 09e4e81e4fb7..d68e9914c5ff 100644 --- a/Documentation/admin-guide/acpi/index.rst +++ b/Documentation/admin-guide/acpi/index.rst | |||
| @@ -9,3 +9,4 @@ the Linux ACPI support. | |||
| 9 | :maxdepth: 1 | 9 | :maxdepth: 1 |
| 10 | 10 | ||
| 11 | initrd_table_override | 11 | initrd_table_override |
| 12 | dsdt-override | ||
