diff options
author | Michael Brown <mcb30@ipxe.org> | 2021-03-01 01:38:54 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2021-03-01 01:38:54 +0000 |
commit | c09b627973d9362caba39de09f7d2c6990eb9701 (patch) | |
tree | d5afad2db96c230f9ab71d0cbb417356c8c06033 /src/config/defaults | |
parent | 9776f6ece1104cc32de3249844a8a7387112f32f (diff) | |
download | ipxe-c09b627973d9362caba39de09f7d2c6990eb9701.tar.gz |
[linux] Provide ACPI settings via /sys/firmware/acpi/tables
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h index 98d2dafec..5c4106d30 100644 --- a/src/config/defaults/linux.h +++ b/src/config/defaults/linux.h @@ -21,6 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define REBOOT_NULL #define PCIAPI_LINUX #define DMAAPI_FLAT +#define ACPI_LINUX #define DRIVERS_LINUX |