diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2018-02-01 09:37:39 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-02-01 09:37:39 +0100 |
commit | b954c8623dcce8aeee8d58e19c0004e926fbc3e0 (patch) | |
tree | 26daa645c72e0a472a80ea79ad22e69d6278848e /drivers/ssb/Kconfig | |
parent | ibmvnic: Wait for device response when changing MAC (diff) | |
parent | ssb: Do not disable PCI host on non-Mips (diff) | |
download | linux-b954c8623dcce8aeee8d58e19c0004e926fbc3e0.tar.xz linux-b954c8623dcce8aeee8d58e19c0004e926fbc3e0.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
The last pull request didn't make it to v4.15 (I was too late) so pull it to
wireless-drivers-next.git instead so that it can go to v4.16.
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r-- | drivers/ssb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index ee18428a051f..b3f5cae98ea6 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig @@ -31,7 +31,7 @@ config SSB_BLOCKIO config SSB_PCIHOST_POSSIBLE bool - depends on SSB && (PCI = y || PCI = SSB) && PCI_DRIVERS_LEGACY + depends on SSB && (PCI = y || PCI = SSB) && (PCI_DRIVERS_LEGACY || !MIPS) default y config SSB_PCIHOST |