Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
drivers/pci/controller/Kconfig
··· 259 259 config PCIE_RCAR_HOST 260 260 bool "Renesas R-Car PCIe controller (host mode)" 261 261 depends on ARCH_RENESAS || COMPILE_TEST 262 + depends on OF 262 263 depends on PCI_MSI 263 264 select IRQ_MSI_LIB 264 265 help