diff options
author | Andrew Lunn | 2019-02-09 00:06:22 +0100 |
---|---|---|
committer | Lee Jones | 2019-02-18 09:06:57 +0000 |
commit | 2f17dd34ffed09823d6598903276b867bb238f95 (patch) | |
tree | 822c97a5bd70d0fa5878066824794335d92a4254 /drivers/mfd/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f38f8741c68e..18ee80389237 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1677,6 +1677,14 @@ config MFD_TC6393XB help Support for Toshiba Mobile IO Controller TC6393XB +config MFD_TQMX86 + tristate "TQ-Systems IO controller TQMX86" + select MFD_CORE + help + Say yes here to enable support for various functions of the + TQ-Systems IO controller and watchdog device, found on their + ComExpress CPU modules. + config MFD_VX855 tristate "VIA VX855/VX875 integrated south bridge" depends on PCI |