summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorMaxim Zhukov <mussitantesmortem@gmail.com>2019-03-09 12:54:00 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-04 09:21:13 +0200
commit7f0d096410affc37659366b16663e12debd00c7c (patch)
tree3a6c43065b8d312d2ddf08b5763ac4d21df99284 /drivers/staging
parent6c41d389904c62758ade7d09a47f18c0125b9f3c (diff)
staging, mt7621-pci: fix build without pci support
[ Upstream commit 90cd9bed5adb3e3bd4d3ac4cbcecbc4a8028bbaf ] Add depends on PCI for PCI_MT7621 Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/mt7621-pci/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-pci/Kconfig b/drivers/staging/mt7621-pci/Kconfig
index d33533872a16..c8fa17cfa807 100644
--- a/drivers/staging/mt7621-pci/Kconfig
+++ b/drivers/staging/mt7621-pci/Kconfig
@@ -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.