blob: 50bd7f194bf440e40ff86f4b98670eff1c715c3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.. SPDX-License-Identifier: GPL-2.0
===============
Overriding DSDT
===============
Linux supports a method of overriding the BIOS DSDT:
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:
https://01.org/linux-acpi/documentation/overriding-dsdt
|