aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/acpi/dsdt-override.txt
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2008-02-06 19:28:02 -0500
committerLen Brown <len.brown@intel.com>2008-02-07 04:00:38 -0500
commitd89e9d6b4930c6505ac3ed35f57ab7f4311d6cf6 (patch)
treee4faa7d3ba69d9891776feae6b24881c61a79a9d /Documentation/acpi/dsdt-override.txt
parent9cbc7960288d28aec95257af59854e1d14ba23b8 (diff)
ACPI: update DSDT override documentation
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/acpi/dsdt-override.txt')
-rw-r--r--Documentation/acpi/dsdt-override.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/acpi/dsdt-override.txt b/Documentation/acpi/dsdt-override.txt
new file mode 100644
index 000000000000..5008f256a2db
--- /dev/null
+++ b/Documentation/acpi/dsdt-override.txt
@@ -0,0 +1,15 @@
1Linux supports two methods of overriding the BIOS DSDT:
2
3CONFIG_ACPI_CUSTOM_DSDT builds the image into the kernel.
4
5CONFIG_ACPI_CUSTOM_DSDT_INITRD adds the image to the initrd.
6
7When to use these methods is described in detail on the
8Linux/ACPI home page:
9http://www.lesswatts.org/projects/acpi/overridingDSDT.php
10
11Note that if both options are used, the DSDT supplied
12by the INITRD method takes precedence.
13
14Documentation/initramfs-add-dsdt.sh is provided for convenience
15for use with the CONFIG_ACPI_CUSTOM_DSDT_INITRD method.