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

Commit 80713654 authored by Rohit Vaswani's avatar Rohit Vaswani Committed by David Keitel
Browse files

arm64: Kconfig: Enable MSM_IRQ for ARCH_MSM



Config MSM_IRQ is required for ARCH_MSM to ensure that
that the irqchip(s) are initialized at the right time and in
the right order. While were at it, alphabetize the selects in
config ARCH_MSM

Change-Id: I3af4dbfe3f08eee6fabfbb764473b0f252ba3adb
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: default avatarDavid Keitel <dkeitel@codeaurora.org>
parent ce42a34f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -118,12 +118,13 @@ config ARCH_VEXPRESS

config ARCH_MSM
	bool "Qualcomm Platforms"
	select ARCH_REQUIRE_GPIOLIB
	select CLKDEV_LOOKUP
	select HAVE_CLK
	select HAVE_CLK_PREPARE
	select CLKDEV_LOOKUP
	select ARCH_REQUIRE_GPIOLIB
	select SOC_BUS
	select MSM_IRQ
	select PINCTRL
	select SOC_BUS
	help
	  This enables support for the ARMv8 based Qualcomm chipsets.