1
0
Fork 0

clk: qcom: msm8916: Don't build by default

QCOM_A53PLL and QCOM_CLK_APCS_MSM8916 stand out as the only options
built by default. Let's bring them back in line with the rest.

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Link: https://lkml.kernel.org/r/d654907d-a3a2-a00f-d6f5-3a34ae25ebcf@free.fr
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
alistair/sunxi64-5.4-dsi
Marc Gonzalez 2019-06-13 17:09:34 +02:00 committed by Stephen Boyd
parent 2a1d7eb854
commit 56bf8740ff
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ if COMMON_CLK_QCOM
config QCOM_A53PLL config QCOM_A53PLL
tristate "MSM8916 A53 PLL" tristate "MSM8916 A53 PLL"
default ARCH_QCOM
help help
Support for the A53 PLL on MSM8916 devices. It provides Support for the A53 PLL on MSM8916 devices. It provides
the CPU with frequencies above 1GHz. the CPU with frequencies above 1GHz.
@ -31,7 +30,6 @@ config QCOM_A53PLL
config QCOM_CLK_APCS_MSM8916 config QCOM_CLK_APCS_MSM8916
tristate "MSM8916 APCS Clock Controller" tristate "MSM8916 APCS Clock Controller"
depends on QCOM_APCS_IPC || COMPILE_TEST depends on QCOM_APCS_IPC || COMPILE_TEST
default ARCH_QCOM
help help
Support for the APCS Clock Controller on msm8916 devices. The Support for the APCS Clock Controller on msm8916 devices. The
APCS is managing the mux and divider which feeds the CPUs. APCS is managing the mux and divider which feeds the CPUs.