aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorArnaud Patard <apatard@mandriva.com>2010-04-29 05:58:54 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-05-21 16:31:16 -0400
commitc197da9163a42e6faeb051f331868b9245836eef (patch)
treef0f29266fd2610bb061b9650e851a26cf6548086 /arch/mips/Kconfig
parent96d660c482e03b2d7b6c0245b95a7cce537606c8 (diff)
MIPS: Loongson 2F: Add gpio/gpioilb support
Signed-off-by: Arnaud Patard <apatard@mandriva.com> To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/1163/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 7e6fd1cbd3f8..cdaae942623d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1075,6 +1075,8 @@ config CPU_LOONGSON2F
1075 bool "Loongson 2F" 1075 bool "Loongson 2F"
1076 depends on SYS_HAS_CPU_LOONGSON2F 1076 depends on SYS_HAS_CPU_LOONGSON2F
1077 select CPU_LOONGSON2 1077 select CPU_LOONGSON2
1078 select GENERIC_GPIO
1079 select ARCH_REQUIRE_GPIOLIB
1078 help 1080 help
1079 The Loongson 2F processor implements the MIPS III instruction set 1081 The Loongson 2F processor implements the MIPS III instruction set
1080 with many extensions. 1082 with many extensions.