diff options
author | Gyungoh Yoo <jack.yoo@skyworksinc.com> | 2015-02-27 07:42:21 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-12 10:08:12 +0100 |
commit | 2698dc22292e3e5fc2b24b2748018dcc09d70989 (patch) | |
tree | 10dcdb06579ab9461144d90c87aaefa492fb413a /drivers/mfd/Makefile | |
parent | mfd: arizona: Add DT binding documentation for DMIC reference voltages (diff) | |
download | linux-2698dc22292e3e5fc2b24b2748018dcc09d70989.tar.xz linux-2698dc22292e3e5fc2b24b2748018dcc09d70989.zip |
mfd: Add support for Skyworks SKY81452 driver
Signed-off-by: Gyungoh Yoo <jack.yoo@skyworksinc.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 5ebe443b595a..0e5cfeba107c 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -180,6 +180,7 @@ obj-$(CONFIG_MFD_MENF21BMC) += menf21bmc.o obj-$(CONFIG_MFD_HI6421_PMIC) += hi6421-pmic-core.o obj-$(CONFIG_MFD_DLN2) += dln2.o obj-$(CONFIG_MFD_RT5033) += rt5033.o +obj-$(CONFIG_MFD_SKY81452) += sky81452.o intel-soc-pmic-objs := intel_soc_pmic_core.o intel_soc_pmic_crc.o obj-$(CONFIG_INTEL_SOC_PMIC) += intel-soc-pmic.o |