diff options
author | 2018-11-14 15:36:45 -0600 | |
---|---|---|
committer | 2018-11-14 15:36:45 -0600 | |
commit | 3472f66013d1972f0baf1631ea1e02479b902579 (patch) | |
tree | 2f026757428e875d435dfe94145b3efbbd3c10e6 | |
parent | Merge tag 'pm-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (diff) | |
parent | ACPI / PMIC: xpower: fix IOSF_MBI dependency (diff) | |
download | wireguard-linux-3472f66013d1972f0baf1631ea1e02479b902579.tar.xz wireguard-linux-3472f66013d1972f0baf1631ea1e02479b902579.zip |
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
Diffstat (limited to '')
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 8f3a444c6ea9..7cea769c37df 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -512,7 +512,7 @@ config CRC_PMIC_OPREGION config XPOWER_PMIC_OPREGION bool "ACPI operation region support for XPower AXP288 PMIC" - depends on MFD_AXP20X_I2C && IOSF_MBI + depends on MFD_AXP20X_I2C && IOSF_MBI=y help This config adds ACPI operation region support for XPower AXP288 PMIC. |