diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 18:56:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:04 -0400 |
commit | 63b799f9ded82444212afdcf61379a247d544909 (patch) | |
tree | 11ecaac941b06cd0b97b82feeea1d3f739320de6 /drivers/char | |
parent | dc4ec916f6ea0c2818e9b81c4e9b33231f5f70e4 (diff) |
[PATCH] mips: add TANBAC VR4131 multichip module
This patch has added TANBAC VR4131 multichip module in arch/mips/Kconfig
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')
-rw-r--r-- | drivers/char/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 7333b41d4224..116a7b185999 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -842,8 +842,9 @@ config SONYPI | |||
842 | 842 | ||
843 | config TANBAC_TB0219 | 843 | config TANBAC_TB0219 |
844 | tristate "TANBAC TB0219 base board support" | 844 | tristate "TANBAC TB0219 base board support" |
845 | depends TANBAC_TB0229 | 845 | depends TANBAC_TB022X |
846 | 846 | select PCI | |
847 | select PCI_VR41XX | ||
847 | 848 | ||
848 | menu "Ftape, the floppy tape device driver" | 849 | menu "Ftape, the floppy tape device driver" |
849 | 850 | ||