summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-02-04 20:32:46 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2022-02-04 20:32:46 +0100
commitddb16b08316bc4d57b9a46f4a470fd331815fb4a (patch)
treec8cb2cce09daa30d3733aa6e252d67523786166b /drivers
parentMerge tag 'sound-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff)
parentACPI: require CRC32 to build (diff)
downloadlinux-ddb16b08316bc4d57b9a46f4a470fd331815fb4a.tar.xz
linux-ddb16b08316bc4d57b9a46f4a470fd331815fb4a.zip
Merge tag 'acpi-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki: "Fix compilation in the case when ACPI is selected and CRC32, depended on by ACPI after recent changes, is not (Randy Dunlap)" * tag 'acpi-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI: require CRC32 to build
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index ba45541b1f1f..273741dedfd2 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -11,6 +11,7 @@ menuconfig ACPI
depends on ARCH_SUPPORTS_ACPI
select PNP
select NLS
+ select CRC32
default y if X86
help
Advanced Configuration and Power Interface (ACPI) support for