* [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it
@ 2015-06-16 18:37 Stephen Boyd
2015-06-16 20:32 ` Andy Gross
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2015-06-16 18:37 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it
2015-06-16 18:37 [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it Stephen Boyd
@ 2015-06-16 20:32 ` Andy Gross
0 siblings, 0 replies; 2+ messages in thread
From: Andy Gross @ 2015-06-16 20:32 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-16 20:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 18:37 [PATCH] spmi: Select IRQ_DOMAIN instead of depend on it Stephen Boyd
2015-06-16 20:32 ` Andy Gross
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).