Commit ce9a1046 authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Stephen Boyd

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: default avatarMarc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent a188339c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment