summaryrefslogtreecommitdiffstats
path: root/src/config/defaults/linux.h
diff options
context:
space:
mode:
authorMichael Brown2021-03-01 02:38:54 +0100
committerMichael Brown2021-03-01 02:38:54 +0100
commitc09b627973d9362caba39de09f7d2c6990eb9701 (patch)
treed5afad2db96c230f9ab71d0cbb417356c8c06033 /src/config/defaults/linux.h
parent[acpi] Allow for platforms that provide ACPI tables individually (diff)
downloadipxe-c09b627973d9362caba39de09f7d2c6990eb9701.tar.gz
ipxe-c09b627973d9362caba39de09f7d2c6990eb9701.tar.xz
ipxe-c09b627973d9362caba39de09f7d2c6990eb9701.zip
[linux] Provide ACPI settings via /sys/firmware/acpi/tables
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/linux.h')
-rw-r--r--src/config/defaults/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h
index 98d2dafe..5c4106d3 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