diff options
author | Paul Cercueil <paul@crapouillou.net> | 2018-08-21 19:42:36 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-08-29 14:38:20 +0300 |
commit | 57e2143473fd7c5a4aefd90d6d9ed19c2d1981f8 (patch) | |
tree | 207cd6f297b2b5b618130599fa21661f4aea2745 /drivers/gpio/Kconfig | |
parent | 635c20a1fa79f30a5b3a603098a316c838e66983 (diff) | |
download | linux-57e2143473fd7c5a4aefd90d6d9ed19c2d1981f8.tar.xz |
gpio: ingenic: Remove driver
The pinctrl-ingenic driver is now handling the GPIO chips directly.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 4f52c3a8ec99..052dd5960cec 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -267,17 +267,6 @@ config GPIO_ICH If unsure, say N. -config GPIO_INGENIC - tristate "Ingenic JZ47xx SoCs GPIO support" - depends on OF - depends on MACH_INGENIC || COMPILE_TEST - select GPIOLIB_IRQCHIP - help - Say yes here to support the GPIO functionality present on the - JZ4740 and JZ4780 SoCs from Ingenic. - - If unsure, say N. - config GPIO_IOP tristate "Intel IOP GPIO" depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST |