2019-04-25 01:52:53 +08:00
|
|
|
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
===============
|
|
|
|
|
Overriding DSDT
|
|
|
|
|
===============
|
|
|
|
|
|
2008-03-15 11:53:32 -07:00
|
|
|
Linux supports a method of overriding the BIOS DSDT:
|
2008-02-06 19:28:02 -05:00
|
|
|
|
2019-04-25 01:52:53 +08:00
|
|
|
CONFIG_ACPI_CUSTOM_DSDT - builds the image into the kernel.
|
2008-02-06 19:28:02 -05:00
|
|
|
|
2008-03-15 11:53:32 -07:00
|
|
|
When to use this method is described in detail on the
|
2008-02-06 19:28:02 -05:00
|
|
|
Linux/ACPI home page:
|
2013-10-10 23:25:58 +02:00
|
|
|
https://01.org/linux-acpi/documentation/overriding-dsdt
|