All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stanimir Varbanov <svarbanov@mm-sol.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Kumar Gala <galak@codeaurora.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	Stanimir Varbanov <svarbanov@mm-sol.com>
Subject: [PATCH] spmi: pmic_arb: enable build on arm64 platforms
Date: Tue,  3 Feb 2015 15:50:59 +0200	[thread overview]
Message-ID: <1422971459-20431-1-git-send-email-svarbanov@mm-sol.com> (raw)

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

             reply	other threads:[~2015-02-03 13:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-03 13:50 Stanimir Varbanov [this message]
2015-02-03 20:42 ` [PATCH] spmi: pmic_arb: enable build on arm64 platforms 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422971459-20431-1-git-send-email-svarbanov@mm-sol.com \
    --to=svarbanov@mm-sol.com \
    --cc=galak@codeaurora.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.