mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[PATCH] Fix CONFIG_ACPI_BLACKLIST_YEAR
This makes ACPI_BLACKLIST_YEAR be consistently defined when ACPI is enabled, regardless of whether we're on x86 or not, and thus avoids bogus -Wundef warnings on ia64. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3aed77bc84
commit
5dce225bd9
@ -250,8 +250,7 @@ config ACPI_CUSTOM_DSDT_FILE
|
|||||||
Enter the full path name to the file wich includes the AmlCode declaration.
|
Enter the full path name to the file wich includes the AmlCode declaration.
|
||||||
|
|
||||||
config ACPI_BLACKLIST_YEAR
|
config ACPI_BLACKLIST_YEAR
|
||||||
int "Disable ACPI for systems before Jan 1st this year"
|
int "Disable ACPI for systems before Jan 1st this year" if X86
|
||||||
depends on X86
|
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
enter a 4-digit year, eg. 2001 to disable ACPI by default
|
enter a 4-digit year, eg. 2001 to disable ACPI by default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user