summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-04-21 00:16:36 +0300
committerBjorn Helgaas <bhelgaas@google.com>2023-04-21 00:16:36 +0300
commit2ad2e01914fdee7f4ccda0a837e3ab62bddd0d4d (patch)
treeeed0df246fda013a0b1e0f526de19a0f04eef071 /drivers/pci
parent73af737eea9e7ff5a99d10e709f7f1ad7c6abe36 (diff)
parent3a2776e8a0e156a61f5b59ae341d8fffc730b962 (diff)
downloadlinux-2ad2e01914fdee7f4ccda0a837e3ab62bddd0d4d.tar.xz
Merge branch 'pci/controller/kirin'
- Select CONFIG_REGMAP_MMIO so kirin driver links correctly (Josh Triplett) * pci/controller/kirin: PCI: kirin: Select REGMAP_MMIO
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/controller/dwc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig
index 434f6a4f4041..d29551261e80 100644
--- a/drivers/pci/controller/dwc/Kconfig
+++ b/drivers/pci/controller/dwc/Kconfig
@@ -307,6 +307,7 @@ config PCIE_KIRIN
tristate "HiSilicon Kirin series SoCs PCIe controllers"
depends on PCI_MSI
select PCIE_DW_HOST
+ select REGMAP_MMIO
help
Say Y here if you want PCIe controller support
on HiSilicon Kirin series SoCs.