diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2019-05-09 11:58:49 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-10 10:21:23 +0300 |
commit | 06252ade91566574c900975037aaa33d6c4f9818 (patch) | |
tree | 02f9d1e09140e87dac417bbbe27932c817723335 /drivers/mfd/Makefile | |
parent | fb8c86911052ccd4011392f78a24991c55c0d172 (diff) | |
download | linux-06252ade91566574c900975037aaa33d6c4f9818.tar.xz |
mfd: Add ST Multi-Function eXpander (STMFX) core driver
STMicroelectronics Multi-Function eXpander (STMFX) is a slave controller
using I2C for communication with the main MCU. Main features are:
- 16 fast GPIOs individually configurable in input/output
- 8 alternate GPIOs individually configurable in input/output when other
STMFX functions are not used
- Main MCU IDD measurement
- Resistive touchscreen controller
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index b4569ed7f3f3..614eea87990e 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -246,4 +246,4 @@ obj-$(CONFIG_MFD_MXS_LRADC) += mxs-lradc.o obj-$(CONFIG_MFD_SC27XX_PMIC) += sprd-sc27xx-spi.o obj-$(CONFIG_RAVE_SP_CORE) += rave-sp.o obj-$(CONFIG_MFD_ROHM_BD718XX) += rohm-bd718x7.o - +obj-$(CONFIG_MFD_STMFX) += stmfx.o |