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

Commit bf294a45 authored by Tony Truong's avatar Tony Truong Committed by Gerrit - the friendly Code Review server
Browse files

pci: Kconfig: add MSM PCIe controller support



Add support for MSM PCIe controller on sdm845 SoC platform.

Change-Id: Iebd05032b8e92e0d5f324c1f2ff99514cbf6cab5
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent c0e0a5f0
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