Skip to content

Commit

Permalink
[PATCH] fix warning of TANBAC_TB0219 in drivers/char/Kconfig
Browse files Browse the repository at this point in the history
$ 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>
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Sep 5, 2005
1 parent 8dd4aeb commit 466adc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 3 additions & 9 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ config NEC_CMBVR4133
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
select PCI
select PCI_VR41XX

config ROCKHOPPER
bool "Support for Rockhopper baseboard"
Expand Down Expand Up @@ -122,8 +120,6 @@ config TANBAC_TB022X
config TANBAC_TB0226
bool "Support for TANBAC Mbase(TB0226)"
depends on TANBAC_TB022X
select PCI
select PCI_VR41XX
select GPIO_VR41XX
help
The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC.
Expand All @@ -136,8 +132,6 @@ config VICTOR_MPC30X
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
select PCI
select PCI_VR41XX

config ZAO_CAPCELLA
bool "Support for ZAO Networks Capcella"
Expand All @@ -146,12 +140,12 @@ config ZAO_CAPCELLA
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
select PCI
select PCI_VR41XX

config PCI_VR41XX
bool "Add PCI control unit support of NEC VR4100 series"
depends on MACH_VR41XX && PCI
depends on MACH_VR41XX && HW_HAS_PCI
default y
select PCI

config VRC4171
tristate "Add NEC VRC4171 companion chip support"
Expand Down
2 changes: 0 additions & 2 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 466adc6

Please sign in to comment.