Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Changbin Du and committed by
Rafael J. Wysocki
34bf473b 59bcdccc

+8 -1
+7 -1
Documentation/acpi/dsdt-override.txt Documentation/admin-guide/acpi/dsdt-override.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + =============== 4 + Overriding DSDT 5 + =============== 6 + 1 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 11 When to use this method is described in detail on the 6 12 Linux/ACPI home page:
+1
Documentation/admin-guide/acpi/index.rst
··· 9 9 :maxdepth: 1 10 10 11 11 initrd_table_override 12 + dsdt-override