clk: xgene: Don't build COMMON_CLK_XGENE by default
authorMarc Gonzalez <marc.w.gonzalez@free.fr>
Wed, 12 Jun 2019 15:03:56 +0000 (17:03 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 12 Jun 2019 15:45:31 +0000 (08:45 -0700)
Building COMMON_CLK_XGENE is pointless, unless we're building for
an XGENE system.

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig

index fc1e0cf44995d55284f11e2d9430b37ffc6f3df3..b97974662a1f6c3c8095abed9f7997015a68e75f 100644 (file)
@@ -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.