aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>2005-09-03 18:56:14 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:06:04 -0400
commit466adc66cf6eea0268c8678834c8c6a56e5a2f9e (patch)
tree7a75c4fd4eb917d351dfe9b3835a1f21788b7379 /drivers/char/Kconfig
parent8dd4aebe49b24348e48581af835ac41c8e483d68 (diff)
[PATCH] fix warning of TANBAC_TB0219 in drivers/char/Kconfig
$ make menuconfig scripts/kconfig/mconf arch/i386/Kconfig drivers/char/Kconfig:847:warning: 'select' used by config symbol 'TANBAC_TB0219' refer to undefined symbol 'PCI_VR41XX' Here is a patch for this warning fix. Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> 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/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 116a7b185999..f418f45e0780 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -843,8 +843,6 @@ config SONYPI
843config TANBAC_TB0219 843config TANBAC_TB0219
844 tristate "TANBAC TB0219 base board support" 844 tristate "TANBAC TB0219 base board support"
845 depends TANBAC_TB022X 845 depends TANBAC_TB022X
846 select PCI
847 select PCI_VR41XX
848 846
849menu "Ftape, the floppy tape device driver" 847menu "Ftape, the floppy tape device driver"
850 848