summaryrefslogtreecommitdiff
path: root/drivers/acpi/Makefile
diff options
context:
space:
mode:
authorAaron Lu <aaron.lu@intel.com>2014-11-24 09:24:47 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-11-26 22:32:05 (GMT)
commitd8139f6311129b4fdc370cbfc03424afea83693b (patch)
tree24f99112df72f58fcd5f73fb43aed9d356505ae6 /drivers/acpi/Makefile
parentb1eea857d8c70dc3789cc2231e3c0a273a67ba06 (diff)
downloadlinux-d8139f6311129b4fdc370cbfc03424afea83693b.tar.xz
ACPI / PMIC: support PMIC operation region for XPower AXP288
The Baytrail-T-CR platform firmware has defined two customized operation regions for PMIC chip Dollar Cove XPower - one is for power resource handling and one is for thermal just like the CrystalCove one. This patch adds support for them on top of the common PMIC opregion region code. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Acked-by: Lee Jones <lee.jones@linaro.org> for the MFD part Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r--drivers/acpi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index 38ea2a8..5053b0c 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -90,3 +90,4 @@ obj-$(CONFIG_ACPI_EXTLOG) += acpi_extlog.o
obj-$(CONFIG_PMIC_OPREGION) += pmic/intel_pmic.o
obj-$(CONFIG_CRC_PMIC_OPREGION) += pmic/intel_pmic_crc.o
+obj-$(CONFIG_XPOWER_PMIC_OPREGION) += pmic/intel_pmic_xpower.o