Skip to content

Commit ddb16b0

Browse files
committed
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
2 parents 0a566d4 + 04662ba commit ddb16b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ menuconfig ACPI
1111
depends on ARCH_SUPPORTS_ACPI
1212
select PNP
1313
select NLS
14+
select CRC32
1415
default y if X86
1516
help
1617
Advanced Configuration and Power Interface (ACPI) support for

0 commit comments

Comments
 (0)