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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index e3f5c32aac55..1aff819f3832 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -80,6 +80,7 @@ obj-$(CONFIG_PPDEV) += ppdev.o | |||
80 | obj-$(CONFIG_NWBUTTON) += nwbutton.o | 80 | obj-$(CONFIG_NWBUTTON) += nwbutton.o |
81 | obj-$(CONFIG_NWFLASH) += nwflash.o | 81 | obj-$(CONFIG_NWFLASH) += nwflash.o |
82 | obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o | 82 | obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o |
83 | obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o | ||
83 | obj-$(CONFIG_TANBAC_TB0219) += tb0219.o | 84 | obj-$(CONFIG_TANBAC_TB0219) += tb0219.o |
84 | 85 | ||
85 | obj-$(CONFIG_WATCHDOG) += watchdog/ | 86 | obj-$(CONFIG_WATCHDOG) += watchdog/ |