diff options
author | Marc Gonzalez <marc.w.gonzalez@free.fr> | 2019-06-12 17:03:56 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-06-12 08:45:31 -0700 |
commit | ce9a1046434caee1d4c33a63712fdb18e6904a02 (patch) | |
tree | fb613c6e35fd5918e715a9bf807e8bf3e7e83dc3 /drivers/clk/Kconfig | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) | |
download | linux-ce9a1046434caee1d4c33a63712fdb18e6904a02.tar.bz2 |
clk: xgene: Don't build COMMON_CLK_XGENE by default
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>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |