diff options
author | Andrew Lunn <andrew@lunn.ch> | 2019-01-25 02:09:07 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-01-28 15:19:23 +0100 |
commit | b868db94a6a704755a33a362cfcf4625abdda115 (patch) | |
tree | 31d249f34316fe08d386892fe3769e82a3378d8a /drivers/gpio/Kconfig | |
parent | 9ce01efe5bdca3a8291208dc0394ea28453f420c (diff) | |
download | talos-op-linux-b868db94a6a704755a33a362cfcf4625abdda115.tar.gz talos-op-linux-b868db94a6a704755a33a362cfcf4625abdda115.zip |
gpio: tqmx86: Add GPIO from for this IO controller
Some TQ-Systems ComExpress modules contain an IO controller with 8
GPIO lines.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index f77180dd87bd..7a934b40bdae 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1191,6 +1191,13 @@ config GPIO_TPS68470 of the TPS68470 must be available before dependent drivers are loaded. +config GPIO_TQMX86 + tristate "TQ-Systems QTMX86 GPIO" + depends on MFD_TQMX86 || COMPILE_TEST + select GPIOLIB_IRQCHIP + help + This driver supports GPIO on the TQMX86 IO controller. + config GPIO_TWL4030 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" depends on TWL4030_CORE |