diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 19:46:54 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 16:56:53 +0300 |
commit | 9a95e8d25a140ba95654b34b44f531d0c485c7a7 (patch) | |
tree | a106ff15a9bad40cea35e3ef47a670a7bb512950 /drivers/gpio/Kconfig | |
parent | 9a1651dcc123e8650d8da0b31fd6dc94940a935d (diff) | |
download | linux-9a95e8d25a140ba95654b34b44f531d0c485c7a7.tar.xz |
gpio: remove etraxfs driver
The cris architecture is getting removed, so we no longer need the
etraxfs driver.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8dbb2280538d..68d812b38be7 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -170,15 +170,6 @@ config GPIO_EP93XX depends on ARCH_EP93XX select GPIO_GENERIC -config GPIO_ETRAXFS - bool "Axis ETRAX FS General I/O" - depends on CRIS || COMPILE_TEST - depends on OF_GPIO - select GPIO_GENERIC - select GPIOLIB_IRQCHIP - help - Say yes here to support the GPIO controller on Axis ETRAX FS SoCs. - config GPIO_EXAR tristate "Support for GPIO pins on XR17V352/354/358" depends on SERIAL_8250_EXAR |