diff options
author | Huacai Chen <chenhc@lemote.com> | 2015-04-01 10:20:08 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-04-07 11:15:56 +0200 |
commit | 991ff4e3d71dcad184d18f9b1b241f3191601909 (patch) | |
tree | 43f63402b1235ec66be75d95aa11ba29c1398e19 /arch/mips/configs | |
parent | df5dade4a7b29b003e000c5db5c35612e0b1019b (diff) | |
download | op-kernel-dev-991ff4e3d71dcad184d18f9b1b241f3191601909.zip op-kernel-dev-991ff4e3d71dcad184d18f9b1b241f3191601909.tar.gz |
MIPS: Move Loongson GPIO driver to drivers/gpio
Move Loongson-2's GPIO driver to drivers/gpio and add Kconfig options.
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 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/lemote2f_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/lemote2f_defconfig b/arch/mips/configs/lemote2f_defconfig index e51aad9..0cbc986 100644 --- a/arch/mips/configs/lemote2f_defconfig +++ b/arch/mips/configs/lemote2f_defconfig @@ -171,6 +171,7 @@ CONFIG_SERIAL_8250_FOURPORT=y CONFIG_LEGACY_PTY_COUNT=16 CONFIG_HW_RANDOM=y CONFIG_RTC=y +CONFIG_GPIO_LOONGSON=y CONFIG_THERMAL=y CONFIG_MEDIA_SUPPORT=m CONFIG_VIDEO_DEV=m |