summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorHuacai Chen <chenhc@lemote.com>2015-04-01 02:20:09 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-04-08 07:53:42 (GMT)
commitcbfb3ea7f8c8da2e12d6d5aeca6d483de4297427 (patch)
treeb77a0f746f2cf6f2a8ebc3b841d2a5e4f68e5257 /drivers/gpio/Kconfig
parent991ff4e3d71dcad184d18f9b1b241f3191601909 (diff)
downloadlinux-cbfb3ea7f8c8da2e12d6d5aeca6d483de4297427.tar.xz
gpio: loongson: Add Loongson-3A/3B GPIO driver support
Improve Loongson-2's GPIO driver to support Loongson-3A/3B, and update Loongson-3's default config file. Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Huacai Chen <chenhc@lemote.com> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 473511f..41d91b6 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -509,10 +509,10 @@ config GPIO_GRGPIO
VHDL IP core library.
config GPIO_LOONGSON
- bool "Loongson-2 GPIO support"
- depends on CPU_LOONGSON2
+ bool "Loongson-2/3 GPIO support"
+ depends on CPU_LOONGSON2 || CPU_LOONGSON3
help
- driver for GPIO functionality on Loongson-2F processors.
+ driver for GPIO functionality on Loongson-2F/3A/3B processors.
config GPIO_TB10X
bool