vserver 1.9.3
[linux-2.6.git] / drivers / acpi / Kconfig
index a742764..96e4faf 100644 (file)
@@ -204,6 +204,32 @@ config ACPI_TOSHIBA
          If you have a legacy free Toshiba laptop (such as the Libretto L1
          series), say Y.
 
+config ACPI_CUSTOM_DSDT
+       bool "Include Custom DSDT"
+       depends on X86 && ACPI_INTERPRETER && !STANDALONE
+       default n 
+       help
+         Thist option is to load a custom ACPI DSDT
+         If you don't know what that is, say N.
+
+config ACPI_CUSTOM_DSDT_FILE
+       string "Custom DSDT Table file to include"
+       depends on ACPI_CUSTOM_DSDT
+       default ""
+       help
+         Enter the full path name to the file wich includes the AmlCode declaration.
+
+config ACPI_BLACKLIST_YEAR
+       int "Disable ACPI for systems before Jan 1st this year"
+       default 0
+       help
+         enter a 4-digit year, eg. 2001 to disable ACPI by default
+         on platforms with DMI BIOS date before January 1st that year.
+         "acpi=force" can be used to override this mechanism.
+
+         Enter 0 to disable this mechanism and allow ACPI to
+         run by default no matter what the year.  (default)
+
 config ACPI_DEBUG
        bool "Debug Statements"
        depends on ACPI_INTERPRETER