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

Commit 3613e02f authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Gilad Avidov
Browse files

spmi: pmic_arb: remove ARM build time dependency



Qualcomm PMIC arbiter driver already depends on ARCH_QCOM,
which could be either ARM or ARM64. New version of the PMIC
arbiter controller is available on 64 bit platforms.
Remove ARM dependency to allow driver to be build for 64 bit
platforms.

Change-Id: I7279bda5bbcb3f4809f68d21ecb62b84916a49d5
Signed-off-by: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 149cb911ae242242e5aae698710bf59e804a96e6
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent 0fbfe689
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ if SPMI

config SPMI_MSM_PMIC_ARB
	tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
	depends on ARM
	depends on IRQ_DOMAIN
	depends on ARCH_QCOM || COMPILE_TEST
	default ARCH_QCOM