summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorYoichi Yuasa2009-06-29 04:11:05 +0200
committerRalf Baechle2009-07-03 16:45:25 +0200
commit27fdd325dace4a1ebfa10e93ba6f3d25f25df674 (patch)
tree8bf75bbbe8110c71e2b61b2669e69fa4da802e98 /drivers/gpio/Kconfig
parentMIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open. (diff)
downloadkernel-qcow2-linux-27fdd325dace4a1ebfa10e93ba6f3d25f25df674.tar.gz
kernel-qcow2-linux-27fdd325dace4a1ebfa10e93ba6f3d25f25df674.tar.xz
kernel-qcow2-linux-27fdd325dace4a1ebfa10e93ba6f3d25f25df674.zip
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 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3582c39f9725..96dda81c9228 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -79,6 +79,12 @@ config GPIO_XILINX
help
Say yes here to support the Xilinx FPGA GPIO device
+config GPIO_VR41XX
+ tristate "NEC VR4100 series General-purpose I/O Uint support"
+ depends on CPU_VR41XX
+ help
+ Say yes here to support the NEC VR4100 series General-purpose I/O Uint
+
comment "I2C GPIO expanders:"
config GPIO_MAX732X