diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-02-20 17:29:33 +1300 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-04-04 18:00:44 +1300 |
commit | dc1010860b03a0db7683bafb69a4bc2310f4d9ec (patch) | |
tree | 9e00d8f311b329c6d69664c660c509f06600d198 /drivers/gpio/Kconfig | |
parent | eaa2badadfbe2b26a1f8ef4aebaa8e1d1951c721 (diff) |
gpio: vt8500: Remove arch-vt8500 gpio driver
With the move to a combined pinctrl/gpio driver, the arch-vt8500
gpio driver is no longer required.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-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 93aaadf99f28..b166e30b3bc4 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -227,12 +227,6 @@ config GPIO_TS5500 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600 LCD port. -config GPIO_VT8500 - bool "VIA/Wondermedia SoC GPIO Support" - depends on ARCH_VT8500 - help - Say yes here to support the VT8500/WM8505/WM8650 GPIO controller. - config GPIO_XILINX bool "Xilinx GPIO support" depends on PPC_OF || MICROBLAZE |