ACPI: Kconfig: Fix table override from built-in initrd
authorRobert Richter <rrichter@amd.com>
Thu, 15 Jul 2021 09:26:01 +0000 (11:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jul 2021 12:35:39 +0000 (14:35 +0200)
commit26463689445d24990a42da1d04f9df26bb76f792
tree2eb2f6ae05aa37770826611cd1a2141840a284bb
parent113ce8c5043a81cbaee6132efe126430ab1887af
ACPI: Kconfig: Fix table override from built-in initrd

[ Upstream commit d2cbbf1fe503c07e466c62f83aa1926d74d15821 ]

During a rework of initramfs code the INITRAMFS_COMPRESSION config
option was removed in commit 65e00e04e5ae. A leftover as a dependency
broke the config option ACPI_TABLE_OVERRIDE_VIA_ BUILTIN_INITRD that
is used to enable the overriding of ACPI tables from built-in initrd.
Fixing the dependency.

Fixes: 65e00e04e5ae ("initramfs: refactor the initramfs build rules")
Signed-off-by: Robert Richter <rrichter@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/Kconfig