Changbin Du | 34bf473 | 2019-04-25 01:52:53 +0800 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | =============== | ||||
4 | Overriding DSDT | ||||
5 | =============== | ||||
6 | |||||
7 | Linux supports a method of overriding the BIOS DSDT: | ||||
8 | |||||
9 | CONFIG_ACPI_CUSTOM_DSDT - builds the image into the kernel. | ||||
10 | |||||
11 | When to use this method is described in detail on the | ||||
12 | Linux/ACPI home page: | ||||
13 | https://01.org/linux-acpi/documentation/overriding-dsdt |