diff options
author | Andrew Lunn <andrew@lunn.ch> | 2019-02-09 00:06:22 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-02-18 09:06:57 +0000 |
commit | 2f17dd34ffed09823d6598903276b867bb238f95 (patch) | |
tree | 822c97a5bd70d0fa5878066824794335d92a4254 /drivers/mfd/Makefile | |
parent | 16b7a09bb6fdf5d83bd22fd930c7e3c1e4f32911 (diff) |
mfd: tqmx86: IO controller with I2C, Wachdog and GPIO
The QMX86 is a PLD present on some TQ-Systems ComExpress modules. It
provides 1 or 2 I2C bus masters, 8 GPIOs and a watchdog timer. Add an
MFD which will instantiate the individual drivers.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
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 a406fd3b8681..61a078a2b8f5 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -36,6 +36,7 @@ obj-$(CONFIG_MFD_TC3589X) += tc3589x.o obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o tmio_core.o obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o tmio_core.o obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o tmio_core.o +obj-$(CONFIG_MFD_TQMX86) += tqmx86.o obj-$(CONFIG_MFD_LOCHNAGAR) += lochnagar-i2c.o |