aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>2005-09-03 15:56:14 -0700
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 00:06:04 -0700
commit466adc66cf6eea0268c8678834c8c6a56e5a2f9e (patch)
tree7a75c4fd4eb917d351dfe9b3835a1f21788b7379 /drivers
parent[PATCH] mips: add default select configs for vr41xx (diff)
downloadlinux-dev-466adc66cf6eea0268c8678834c8c6a56e5a2f9e.tar.xz
linux-dev-466adc66cf6eea0268c8678834c8c6a56e5a2f9e.zip
[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')
-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
config TANBAC_TB0219
tristate "TANBAC TB0219 base board support"
depends TANBAC_TB022X
- select PCI
- select PCI_VR41XX
menu "Ftape, the floppy tape device driver"