diff options
author | Haoran.Wang <elven.wang@nxp.com> | 2018-02-05 16:26:29 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2019-02-12 10:31:35 +0800 |
commit | 2ec0f8ff9df2eff5c3548320a6e8b6bd403d359b (patch) | |
tree | 6e466110ee41cd8c7a85703688dcda5ade49e37d /drivers/mfd/Makefile | |
parent | 5c587c56dc75877328e348c2fc45bf6a111b54c7 (diff) |
MLK-18205-9 Support BD71837 PMIC chip on i.MX platforms
Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
(cherry picked from commit 37f67d291e74a3428310cb5c98f556411042f810)
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 117939d091f7..c6755df735ba 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -231,3 +231,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_BD71837) += bd71837.o |