Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a61f6780 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pci: Kconfig: add MSM PCIe controller support" into msm-4.9

parents 46c85b21 bf294a45
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -120,6 +120,20 @@ config PCI_PASID

	  If unsure, say N.

config PCI_MSM
	bool "MSM PCIe Controller driver"
	depends on ARCH_QCOM && PCI
	select PCI_DOMAINS
	select PCI_DOMAINS_GENERIC
	select PCI_MSI
	help
	  Enables the PCIe functionality by configuring PCIe core on
	  MSM chipset and by enabling the ARM PCI framework extension.
	  The PCIe core is essential for communication between the host
	  and an endpoint.

	  If unsure, say N.

config PCI_LABEL
	def_bool y if (DMI || ACPI)
	select NLS