Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fix from Rafael Wysocki:
"Fix a recently introduced build issue in the xpower PMIC driver (Arnd
Bergmann)"

* tag 'acpi-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
ACPI / PMIC: xpower: fix IOSF_MBI dependency

+1 -1
+1 -1
drivers/acpi/Kconfig
··· 512 512 513 513 config XPOWER_PMIC_OPREGION 514 514 bool "ACPI operation region support for XPower AXP288 PMIC" 515 - depends on MFD_AXP20X_I2C && IOSF_MBI 515 + depends on MFD_AXP20X_I2C && IOSF_MBI=y 516 516 help 517 517 This config adds ACPI operation region support for XPower AXP288 PMIC. 518 518