[PATCH 0/2] PCI: Drop controller CONFIG_OF dependencies

From: Bjorn Helgaas
Date: Tue Oct 25 2022 - 15:13:52 EST


From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>

Drop controller CONFIG_OF dependencies so we can compile-test drivers even
without CONFIG_OF being enabled. OF provides stub functions when CONFIG_OF
is not set.

Bjorn Helgaas (2):
PCI: Drop of_match_ptr() to avoid unused variables
PCI: Drop controller CONFIG_OF dependencies

drivers/pci/controller/Kconfig | 15 ++-------------
drivers/pci/controller/cadence/Kconfig | 6 ------
drivers/pci/controller/dwc/Kconfig | 25 ++++++++++++-------------
drivers/pci/controller/mobiveil/Kconfig | 1 -
drivers/pci/controller/pci-ftpci100.c | 2 +-
drivers/pci/controller/pci-v3-semi.c | 2 +-
6 files changed, 16 insertions(+), 35 deletions(-)

--
2.25.1