From: Maxim Zhukov Date: Sat, 9 Mar 2019 09:54:00 +0000 (+0300) Subject: staging, mt7621-pci: fix build without pci support X-Git-Tag: v5.1-rc3~11^2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=90cd9bed5adb3e3bd4d3ac4cbcecbc4a8028bbaf;p=linux-platform-drivers-x86.git staging, mt7621-pci: fix build without pci support Add depends on PCI for PCI_MT7621 Signed-off-by: Maxim Zhukov Signed-off-by: Greg Kroah-Hartman --- 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.