diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-08 09:48:47 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-30 20:42:14 +0100 |
commit | a718ff6f9bbc13ba3677589f7fd241066554424f (patch) | |
tree | dfeb3d2007edd425920121a975a24917a05d4468 /drivers/gpio/Kconfig | |
parent | 56813f798e8cb3f79a25e0523e782d910f376083 (diff) | |
download | op-kernel-dev-a718ff6f9bbc13ba3677589f7fd241066554424f.zip op-kernel-dev-a718ff6f9bbc13ba3677589f7fd241066554424f.tar.gz |
gpio: delete AB8500 driver
The AB8500 GPIO driver has been marked BROKEN for ages, and we
have something better in store: a shiny new pinctrl driver. So
let use delete this old driver as the first step.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 682de75..e5116fa8 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -657,12 +657,6 @@ config GPIO_JANZ_TTL This driver provides support for driving the pins in output mode only. Input mode is not supported. -config GPIO_AB8500 - bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" - depends on AB8500_CORE && BROKEN - help - Select this to enable the AB8500 IC GPIO driver - config GPIO_TPS6586X bool "TPS6586X GPIO" depends on MFD_TPS6586X |