diff options
author | 2020-12-15 15:11:12 -0600 | |
---|---|---|
committer | 2020-12-15 15:11:12 -0600 | |
commit | 28e77bcf4436286600431fb63acc26c6f9680f2d (patch) | |
tree | cdef94664d204353f75c891a43f863d66c81f1ff /drivers/pci/controller/dwc | |
parent | Merge branch 'remotes/lorenzo/pci/iproc' (diff) | |
parent | PCI: keystone: Enable compile-testing on !ARM (diff) | |
download | wireguard-linux-28e77bcf4436286600431fb63acc26c6f9680f2d.tar.xz wireguard-linux-28e77bcf4436286600431fb63acc26c6f9680f2d.zip |
Merge branch 'remotes/lorenzo/pci/keystone'
- Enable keystone compile testing on non-ARM arches (Alex Dewar)
* remotes/lorenzo/pci/keystone:
PCI: keystone: Enable compile-testing on !ARM
Diffstat (limited to 'drivers/pci/controller/dwc')
-rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index dd4596bdda49..22c5529e9a65 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -112,7 +112,7 @@ config PCI_KEYSTONE config PCI_KEYSTONE_HOST bool "PCI Keystone Host Mode" - depends on ARCH_KEYSTONE || ARCH_K3 || ((ARM || ARM64) && COMPILE_TEST) + depends on ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST depends on PCI_MSI_IRQ_DOMAIN select PCIE_DW_HOST select PCI_KEYSTONE @@ -124,7 +124,7 @@ config PCI_KEYSTONE_HOST config PCI_KEYSTONE_EP bool "PCI Keystone Endpoint Mode" - depends on ARCH_KEYSTONE || ARCH_K3 || ((ARM || ARM64) && COMPILE_TEST) + depends on ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST depends on PCI_ENDPOINT select PCIE_DW_EP select PCI_KEYSTONE |