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

Commit f77750ff authored by Yan He's avatar Yan He Committed by Tony Truong
Browse files

msm: pcie: add PCIe in Kconfig



Add the new entries for PCIe driver in Kconfig files.

Change-Id: I5575caee4ee59ddbbb2ca8fbced1539b2d4b3f7f
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 781130f7
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.