diff options
author | Zhu, Lejun <lejun.zhu@linux.intel.com> | 2014-06-03 09:26:03 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-17 18:59:38 +0400 |
commit | 7cf0a66f32eddd5224a288df427f9dfce11f570c (patch) | |
tree | 7ab1a186ca89b997324b4f73ed1294bf697563e3 /drivers/mfd/Makefile | |
parent | 5165238460068e53c740eaa621ebb6623dc4a50d (diff) | |
download | linux-7cf0a66f32eddd5224a288df427f9dfce11f570c.tar.xz |
mfd: intel_soc_pmic: Crystal Cove support
This patch provides chip-specific support for Crystal Cove. Crystal
Cove is the PMIC in Baytrail-T platform.
Also adds Intel SoC PMIC support to the build files.
Signed-off-by: Yang, Bin <bin.yang@intel.com>
Signed-off-by: Zhu, Lejun <lejun.zhu@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 8afedba535c7..d0633a076c8b 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -169,3 +169,6 @@ obj-$(CONFIG_MFD_AS3711) += as3711.o obj-$(CONFIG_MFD_AS3722) += as3722.o obj-$(CONFIG_MFD_STW481X) += stw481x.o obj-$(CONFIG_MFD_IPAQ_MICRO) += ipaq-micro.o + +intel-soc-pmic-objs := intel_soc_pmic_core.o intel_soc_pmic_crc.o +obj-$(CONFIG_INTEL_SOC_PMIC) += intel-soc-pmic.o |