Add config option CONFIG_ACPI for turning off ACPI table generation.
[seabios.git] / src / config.h
index de26919e2e7e27d9028585caeb48e00499d88367..1f2a6b5f76c09c0e80da7f07f102ffa94a645506 100644 (file)
 #define CONFIG_KBD_CALL_INT15_4F 1
 #define CONFIG_CDROM_BOOT 1
 #define CONFIG_CDROM_EMU 1
-// Support built-in PIR table in 0xf000 segment
+// Support generation of a PIR table in 0xf000 segment (for emulators)
 #define CONFIG_PIRTABLE 1
+// Support generation of ACPI PIR tables (for emulators)
+#define CONFIG_ACPI 1
 // Support int 1a/b1 PCI BIOS calls
 #define CONFIG_PCIBIOS 1
 // Support int 15/53 APM BIOS calls