[PATCH 0/1] [F/master][Config] disable PCI_MESON

Paolo Pisati p.pisati at gmail.com
Tue Dec 17 15:38:30 UTC 2019


$ git grep PCI_MESON
...
drivers/pci/controller/dwc/Kconfig:config PCI_MESON
drivers/pci/controller/dwc/Makefile:obj-$(CONFIG_PCI_MESON) += pci-meson.o

$ grep compatible drivers/pci/controller/dwc/pci-meson.c
.compatible = "amlogic,axg-pcie",

$ git grep amlogic,axg-pcie
Documentation/devicetree/bindings/pci/amlogic,meson-pcie.txt: should contain "amlogic,axg-pcie" to identify the core.
Documentation/devicetree/bindings/pci/amlogic,meson-pcie.txt: compatible = "amlogic,axg-pcie", "snps,dw-pcie";
drivers/pci/controller/dwc/pci-meson.c: .compatible = "amlogic,axg-pcie",

There's no consumer of the pci-meson driver, disable it.

Paolo Pisati (1):
  UBUNTU: [Config] disable PCI_MESON

 debian.master/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.24.0




More information about the kernel-team mailing list