gpio: Loongson1: add Loongson1 GPIO driver

This patch adds GPIO driver for Loongson1B.

Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Kelvin Cheung
2016-04-06 20:34:53 +08:00
committed by Linus Walleij
parent 6b5029d3ec
commit bd37c999c7
3 changed files with 110 additions and 0 deletions

View File

@@ -511,6 +511,13 @@ config GPIO_ZX
help
Say yes here to support the GPIO device on ZTE ZX SoCs.
config GPIO_LOONGSON1
tristate "Loongson1 GPIO support"
depends on MACH_LOONGSON32
select GPIO_GENERIC
help
Say Y or M here to support GPIO on Loongson1 SoCs.
endmenu
menu "Port-mapped I/O GPIO drivers"