summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2017-05-23 19:32:31 +0200
committerMichael Brown2017-05-23 19:48:02 +0200
commit993fd2b45140d071d7837ff502df771e87f14127 (patch)
treeccae8dca9af4937e3b9092ef0706e97dbf188f37 /src/config
parent[acpi] Make acpi_find_rsdt() a per-platform method (diff)
downloadipxe-993fd2b45140d071d7837ff502df771e87f14127.tar.gz
ipxe-993fd2b45140d071d7837ff502df771e87f14127.tar.xz
ipxe-993fd2b45140d071d7837ff502df771e87f14127.zip
[efi] Provide access to ACPI tables
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaults/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 5e1eed79..74effa42 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ENTROPY_EFI
#define TIME_EFI
#define REBOOT_EFI
-#define ACPI_NULL
+#define ACPI_EFI
#define DOWNLOAD_PROTO_FILE /* Local filesystem access */