staging, mt7621-pci: fix build without pci support
Add depends on PCI for PCI_MT7621 Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
45ac7b31bc
commit
90cd9bed5a
|
@ -1,6 +1,7 @@
|
|||
config PCI_MT7621
|
||||
tristate "MediaTek MT7621 PCI Controller"
|
||||
depends on RALINK
|
||||
depends on PCI
|
||||
select PCI_DRIVERS_GENERIC
|
||||
help
|
||||
This selects a driver for the MediaTek MT7621 PCI Controller.
|
||||
|
|
Loading…
Reference in New Issue