Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1166313 > unrolled thread

[PATCH] spmi: Select IRQ_DOMAIN instead of depend on it

Started byStephen Boyd <sboyd@codeaurora.org>
First post2015-06-16 20:40 +0200
Last post2015-06-16 22:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it Stephen Boyd <sboyd@codeaurora.org> - 2015-06-16 20:40 +0200
    Re: [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it Andy Gross <agross@codeaurora.org> - 2015-06-16 22:40 +0200

#1166313 — [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it

FromStephen Boyd <sboyd@codeaurora.org>
Date2015-06-16 20:40 +0200
Subject[PATCH] spmi: Select IRQ_DOMAIN instead of depend on it
Message-ID<pC3Wa-2do-15@gated-at.bofh.it>
IRQ_DOMAIN is a hidden config option, so depending on it doesn't
make any sense. Select the config option because it's required to
compile this driver.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/spmi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig
index 982580af1d16..0d3b70b3bda8 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 IRQ_DOMAIN
+	select IRQ_DOMAIN
 	depends on ARCH_QCOM || COMPILE_TEST
 	depends on HAS_IOMEM
 	default ARCH_QCOM
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1166393

FromAndy Gross <agross@codeaurora.org>
Date2015-06-16 22:40 +0200
Message-ID<pC5Oj-4ZG-57@gated-at.bofh.it>
In reply to#1166313
On Tue, Jun 16, 2015 at 11:37:16AM -0700, Stephen Boyd wrote:
> IRQ_DOMAIN is a hidden config option, so depending on it doesn't
> make any sense. Select the config option because it's required to
> compile this driver.
> 
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Reviewed-by: Andy Gross <agross@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web