linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spmi: pmic_arb: enable build on arm64 platforms
@ 2015-02-03 13:50 Stanimir Varbanov
  2015-02-03 20:42 ` Paul Bolle
  0 siblings, 1 reply; 9+ messages in thread
From: Stanimir Varbanov @ 2015-02-03 13:50 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Kumar Gala, Stephen Boyd, linux-kernel, linux-arm-msm,
	Stanimir Varbanov

This enables pmic arbiter driver to be build on arm64
platforms.

Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
---
 drivers/spmi/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig
index bf1295e..115348c 100644
--- a/drivers/spmi/Kconfig
+++ b/drivers/spmi/Kconfig
@@ -12,7 +12,7 @@ if SPMI
 
 config SPMI_MSM_PMIC_ARB
 	tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
-	depends on ARM
+	depends on ARM || ARM64
 	depends on IRQ_DOMAIN
 	depends on ARCH_QCOM || COMPILE_TEST
 	default ARCH_QCOM
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-09 18:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03 13:50 [PATCH] spmi: pmic_arb: enable build on arm64 platforms Stanimir Varbanov
2015-02-03 20:42 ` Paul Bolle
2015-02-04 15:05   ` Stanimir Varbanov
2015-02-04 15:14     ` Paul Bolle
2015-02-04 15:27       ` Stanimir Varbanov
2015-02-04 18:46         ` Paul Bolle
2015-02-23 12:57           ` Ivan T. Ivanov
2015-03-09 16:53             ` Stanimir Varbanov
2015-03-09 18:57               ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).