summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-09-09 11:15:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-09 15:44:30 +0200
commit3383eca343458a82f11917e6379c4a8dbe53565d (patch)
treeb818e91f6c5ab0bd54b32691eda0a786196c8880 /drivers/mfd/Makefile
parentf49b072c72ab9a640c2af9e6df053e10f1291e0d (diff)
downloadbarebox-3383eca343458a82f11917e6379c4a8dbe53565d.tar.gz
barebox-3383eca343458a82f11917e6379c4a8dbe53565d.tar.xz
mfd: add support for STPMIC1
The PMIC is addressable over I2C and, besides power management, integrates a watchdog, a user power on key handling and 64 bit of non-volatile memory. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 8b23a1023e..16a74abd77 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_MFD_TWLCORE) += twl-core.o
obj-$(CONFIG_MFD_TWL4030) += twl4030.o
obj-$(CONFIG_MFD_TWL6030) += twl6030.o
obj-$(CONFIG_RAVE_SP_CORE) += rave-sp.o
+obj-$(CONFIG_MFD_STPMIC1) += stpmic1.o