diff options
author | Andrew F. Davis <afd@ti.com> | 2016-01-25 18:43:44 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-02-11 19:30:31 +0300 |
commit | 65b6555971d0498b18a0b2fdc6dd7c822f2d69b7 (patch) | |
tree | a48bd0c376743b1ab15152437eb7acd6f8a9ea6e /drivers/gpio/Kconfig | |
parent | c5cdf1d2b2d5e67c5f659640b7b395b47b7ed232 (diff) | |
download | linux-65b6555971d0498b18a0b2fdc6dd7c822f2d69b7.tar.xz |
mfd: tps65912: Remove old driver in preparation for new driver
The old tps65912 driver is being replaced, delete old driver.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@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 c88dd24a4b1f..98eaeddc0ae3 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -858,12 +858,6 @@ config GPIO_TPS65910 Select this option to enable GPIO driver for the TPS65910 chip family. -config GPIO_TPS65912 - tristate "TI TPS65912 GPIO" - depends on (MFD_TPS65912_I2C || MFD_TPS65912_SPI) - help - This driver supports TPS65912 gpio chip - config GPIO_TWL4030 tristate "TWL4030, TWL5030, and TPS659x0 GPIOs" depends on TWL4030_CORE |