Merge branch 'pci/controller/misc'

- Add rcar-host OF Kconfig dependency to avoid objtool no-cfi warning
  (Nathan Chancellor)

* pci/controller/misc:
  PCI: rcar-host: Add OF Kconfig dependency to avoid objtool no-cfi warning
This commit is contained in:
Bjorn Helgaas 2026-02-06 17:09:52 -06:00
commit 522a46affd
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ config PCI_TEGRA
config PCIE_RCAR_HOST
bool "Renesas R-Car PCIe controller (host mode)"
depends on ARCH_RENESAS || COMPILE_TEST
depends on OF
depends on PCI_MSI
select IRQ_MSI_LIB
help