diff options
| author | Josh Cartwright <joshc@codeaurora.org> | 2014-08-01 10:30:48 -0400 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 03:24:00 -0400 |
| commit | c3a973a770a122a5ec9a9b827ae25c00f56b3e47 (patch) | |
| tree | bfa1fc611e88280bc444f8ec658e19e4826b009e /drivers/mfd/Makefile | |
| parent | a5669e4872fd16d1ae25c76e55c995c911a1c5c7 (diff) | |
mfd: Add support for Qualcomm SPMI PMICs
The Qualcomm SPMI PMIC chips are components used with the
Snapdragon 800 series SoC family. This driver exists
largely as a glue mfd component, it exists to be an owner
of an SPMI regmap for children devices described in
device tree.
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.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 1d11a247abbb..8bd54b1253af 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
| @@ -153,6 +153,7 @@ obj-$(CONFIG_MFD_SI476X_CORE) += si476x-core.o | |||
| 153 | obj-$(CONFIG_MFD_CS5535) += cs5535-mfd.o | 153 | obj-$(CONFIG_MFD_CS5535) += cs5535-mfd.o |
| 154 | obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o omap-usb-tll.o | 154 | obj-$(CONFIG_MFD_OMAP_USB_HOST) += omap-usb-host.o omap-usb-tll.o |
| 155 | obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o ssbi.o | 155 | obj-$(CONFIG_MFD_PM8921_CORE) += pm8921-core.o ssbi.o |
| 156 | obj-$(CONFIG_MFD_SPMI_PMIC) += qcom-spmi-pmic.o | ||
| 156 | obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o | 157 | obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o |
| 157 | obj-$(CONFIG_MFD_TPS65090) += tps65090.o | 158 | obj-$(CONFIG_MFD_TPS65090) += tps65090.o |
| 158 | obj-$(CONFIG_MFD_AAT2870_CORE) += aat2870-core.o | 159 | obj-$(CONFIG_MFD_AAT2870_CORE) += aat2870-core.o |
