diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 54def7ffef..866f4cf20d 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -778,6 +778,12 @@ define HAVE_ACPI_TABLES comment "Define to build ACPI tables" end +define ACPI_SSDTX_NUM + default 0 + export always + comment "extra ssdt num for PCI Device" +end + define AGP_APERTURE_SIZE default none export used |