diff options
author | Maxim Zhukov <mussitantesmortem@gmail.com> | 2019-03-09 12:54:00 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-18 07:59:04 +0100 |
commit | 90cd9bed5adb3e3bd4d3ac4cbcecbc4a8028bbaf (patch) | |
tree | a6e8c36771e786521544e014c94bca0a73797792 /drivers/staging/mt7621-pci | |
parent | 45ac7b31bc6c4af885cc5b5d6c534c15bcbe7643 (diff) |
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>
Diffstat (limited to 'drivers/staging/mt7621-pci')
-rw-r--r-- | drivers/staging/mt7621-pci/Kconfig | 1 |
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. |