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

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

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

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

Thread overview: 4+ 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:03 ` Marc Gonzalez
2019-06-12 15:46 ` Stephen Boyd
2019-06-12 15:46   ` Stephen Boyd

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.