linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] clk: xgene: Don't build COMMON_CLK_XGENE by default
@ 2019-06-12 15:03 Marc Gonzalez
  2019-06-12 15:46 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Gonzalez @ 2019-06-12 15:03 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette; +Cc: Feng Kan, linux-clk, Linux ARM

Building COMMON_CLK_XGENE is pointless, unless we're building for
an XGENE system.

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
---
 drivers/clk/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index fc1e0cf44995..b97974662a1f 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -215,7 +215,7 @@ config CLK_QORIQ
 
 config COMMON_CLK_XGENE
 	bool "Clock driver for APM XGene SoC"
-	default y
+	default ARCH_XGENE
 	depends on ARM64 || COMPILE_TEST
 	---help---
 	  Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
-- 
2.17.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v1] clk: xgene: Don't build COMMON_CLK_XGENE by default
  2019-06-12 15:03 [PATCH v1] clk: xgene: Don't build COMMON_CLK_XGENE by default Marc Gonzalez
@ 2019-06-12 15:46 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-06-12 15:46 UTC (permalink / raw)
  To: Marc Gonzalez, Michael Turquette; +Cc: Feng Kan, linux-clk, Linux ARM

Quoting Marc Gonzalez (2019-06-12 08:03:56)
> Building COMMON_CLK_XGENE is pointless, unless we're building for
> an XGENE system.
> 
> Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
> ---

Applied to clk-next


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-12 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-12 15:03 [PATCH v1] clk: xgene: Don't build COMMON_CLK_XGENE by default Marc Gonzalez
2019-06-12 15:46 ` Stephen Boyd

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).