diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-06-21 20:15:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:32 -0400 |
commit | e400bae98499583767da58fb0a1b9ad3e24fcb86 (patch) | |
tree | bd14c459c317d08de043a42b585a0c1493838cc7 /drivers/char/Kconfig | |
parent | 9b843cda193c56f5e12fedeaf95e0126b706d57b (diff) |
[PATCH] mips: add vr41xx gpio support
Add vr41xx gpio support.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 5ed6515ae01f..7ccf871d3c9d 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -929,6 +929,10 @@ config SCx200_GPIO | |||
929 | 929 | ||
930 | If compiled as a module, it will be called scx200_gpio. | 930 | If compiled as a module, it will be called scx200_gpio. |
931 | 931 | ||
932 | config GPIO_VR41XX | ||
933 | tristate "NEC VR4100 series General-purpose I/O Unit support" | ||
934 | depends on CPU_VR41XX | ||
935 | |||
932 | config RAW_DRIVER | 936 | config RAW_DRIVER |
933 | tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)" | 937 | tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)" |
934 | help | 938 | help |