diff options
author | 2023-01-26 11:42:56 +0100 | |
---|---|---|
committer | 2023-01-26 11:46:29 +0100 | |
commit | 6397859c8e9d87190f49dabbb835114ad0ea9fcb (patch) | |
tree | 1d6bf48d035182fce3c6329e5e69d756f9bcb2ad /drivers/pci/controller/dwc | |
parent | locking/qspinlock: Micro-optimize pending state waiting for unlock (diff) | |
parent | Linux 6.2-rc5 (diff) | |
download | wireguard-linux-6397859c8e9d87190f49dabbb835114ad0ea9fcb.tar.xz wireguard-linux-6397859c8e9d87190f49dabbb835114ad0ea9fcb.zip |
Merge tag 'v6.2-rc5' into locking/core, to pick up fixes
Refresh this branch with the latest locking fixes, before
applying a new series of changes.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/pci/controller/dwc')
-rw-r--r-- | drivers/pci/controller/dwc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index a0d2713f0e88..99ec91e2a5cf 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -225,7 +225,7 @@ config PCIE_ARTPEC6_EP config PCIE_BT1 tristate "Baikal-T1 PCIe controller" depends on MIPS_BAIKAL_T1 || COMPILE_TEST - depends on PCI_MSI_IRQ_DOMAIN + depends on PCI_MSI select PCIE_DW_HOST help Enables support for the PCIe controller in the Baikal-T1 SoC to work |