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

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

Merge "msm: pcie: add PCIe in Kconfig"

parents 5da49acf f77750ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ config ARCH_MSM
	select MSM_IRQ
	select PINCTRL
	select SOC_BUS
	select PCI
	select ARCH_HAS_CPUFREQ
	select CPU_FREQ_MSM
	select PM_DEVFREQ
+9 −0
Original line number Diff line number Diff line
@@ -119,3 +119,12 @@ config PCI_IOAPIC
config PCI_LABEL
	def_bool y if (DMI || ACPI)
	select NLS

config PCI_MSM
	bool "MSM PCIe Controller driver"
	depends on ARCH_MSM && PCI
	select PCI_DOMAINS
	select PCI_MSI
	help
	  Enables the PCIe functionality by configures PCIe core on
	  MSM chipset and by enabling the ARM PCI framework extension.