diff options
author | Yoichi Yuasa <yyuasa@linux.com> | 2009-06-28 22:11:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-07-03 10:45:25 -0400 |
commit | 27fdd325dace4a1ebfa10e93ba6f3d25f25df674 (patch) | |
tree | 8bf75bbbe8110c71e2b61b2669e69fa4da802e98 /arch/mips/Kconfig | |
parent | 69f16c9a8630edc64cb1d6f1bfca4ee7bc16279f (diff) |
MIPS: Update VR41xx GPIO driver to use gpiolib
Signed-off-by: Yoichi Yuasa <yyuasa@linux.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b0e55113633a..64891f74019f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -267,6 +267,7 @@ config MACH_VR41XX | |||
267 | select CEVT_R4K | 267 | select CEVT_R4K |
268 | select CSRC_R4K | 268 | select CSRC_R4K |
269 | select SYS_HAS_CPU_VR41XX | 269 | select SYS_HAS_CPU_VR41XX |
270 | select ARCH_REQUIRE_GPIOLIB | ||
270 | 271 | ||
271 | config NXP_STB220 | 272 | config NXP_STB220 |
272 | bool "NXP STB220 board" | 273 | bool "NXP STB220 board" |