summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorBaolin Wang2017-11-01 03:32:08 +0100
committerLee Jones2017-11-01 10:32:54 +0100
commit25ca4ae43466a47c563b5b82d49c72f5cc918de8 (patch)
tree1cd1cb81a6773cf361a695a53fdd62c9f2ff2591 /drivers/mfd/Makefile
parentdt-bindings: mfd: Add Spreadtrum SC27xx PMIC documentation (diff)
downloadkernel-qcow2-linux-25ca4ae43466a47c563b5b82d49c72f5cc918de8.tar.gz
kernel-qcow2-linux-25ca4ae43466a47c563b5b82d49c72f5cc918de8.tar.xz
kernel-qcow2-linux-25ca4ae43466a47c563b5b82d49c72f5cc918de8.zip
mfd: Add Spreadtrum SC27xx series PMICs driver
This patch adds support for Spreadtrum SC27xx series PMIC MFD core, and It provides communication through the SPI interfaces. The SC27xx series PMICs contains the following 6 major components: - DCDCs - LDOs - Battery management system - Audio codec - User interface function, such as indicator, flash LED - IC level function, such as power on/off, type-c Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r--drivers/mfd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 5d26f4064588..c5feaaef90ba 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -227,3 +227,4 @@ obj-$(CONFIG_MFD_SUN4I_GPADC) += sun4i-gpadc.o
obj-$(CONFIG_MFD_STM32_LPTIMER) += stm32-lptimer.o
obj-$(CONFIG_MFD_STM32_TIMERS) += stm32-timers.o
obj-$(CONFIG_MFD_MXS_LRADC) += mxs-lradc.o
+obj-$(CONFIG_MFD_SC27XX_PMIC) += sprd-sc27xx-spi.o