diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 16:16:36 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 16:16:36 -0500 |
commit | 2ad2e01914fdee7f4ccda0a837e3ab62bddd0d4d (patch) | |
tree | eed0df246fda013a0b1e0f526de19a0f04eef071 /drivers/pci | |
parent | 73af737eea9e7ff5a99d10e709f7f1ad7c6abe36 (diff) | |
parent | 3a2776e8a0e156a61f5b59ae341d8fffc730b962 (diff) |
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/Kconfig | 1 |
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. |