Commit ddb16b08 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents 0a566d43 04662bac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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