]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI: delete CONFIG_ACPI_BLACKLIST_YEAR
authorLen Brown <len.brown@intel.com>
Sat, 9 Nov 2013 05:13:16 +0000 (00:13 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Nov 2013 21:49:48 +0000 (22:49 +0100)
commit4c47cb197e136912f4eecc68ab9410487f2df831
tree9a28f281737bd2824ef6aa769f8aad6ea3cbf499
parent5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52
ACPI: delete CONFIG_ACPI_BLACKLIST_YEAR

About 10 years ago, this option was created to help
distros enable ACPI and not get distracted by ACPI
BIOS issues in machines which were deemed old
at that time, eg 1999 and earlier.

After a couple of years, the high volume distros
stopped bothering to set this option, and instead
simply ran in ACPI mode on all systems with an
ACPI BIOS -- regardless of BIOS DMI year.

Recently there have been some ACPI-enabled systems
with no DMI, mandating that CONFIG_ACPI_BLACKLIST_YEAR=0.

So it seems vanishingly unlikely that this option
is helping anybody run a 2013 kernel on a 1998 system,
and now more systems mandate this option be disabled,
so we simplify by deleting it entirely.

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig
drivers/acpi/blacklist.c