From: Stephen Boyd Date: Thu, 8 Oct 2015 17:59:32 +0000 (-0700) Subject: clk: qcom: Move gdsc config outside COMMON_CLK_QCOM config X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=73bb7dc08edd921953f7b720b54e5dcb15ee0a02;p=deliverable%2Flinux.git clk: qcom: Move gdsc config outside COMMON_CLK_QCOM config Having this hidden config below the COMMON_CLK_QCOM config causes menuconfig to stop indenting config items after it. <*> Support for Qualcomm's clock controllers {M} APQ8084 Global Clock Controller APQ8084 Multimedia Clock Controller {M} IPQ806x Global Clock Controller IPQ806x LPASS Clock Controller MSM8660 Global Clock Controller MSM8916 Global Clock Controller {M} APQ8064/MSM8960 Global Clock Controller APQ8064/MSM8960 LPASS Clock Controller MSM8960 Multimedia Clock Controller {M} MSM8974 Global Clock Controller MSM8974 Multimedia Clock Controller Move it up above anything else so that we don't get odd indenting. Cc: Rajendra Nayak Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 47b988f567e8..ee4c83aab4f4 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -1,3 +1,7 @@ +config QCOM_GDSC + bool + select PM_GENERIC_DOMAINS if PM + config COMMON_CLK_QCOM tristate "Support for Qualcomm's clock controllers" depends on OF @@ -41,10 +45,6 @@ config IPQ_LCC_806X Say Y if you want to use audio devices such as i2s, pcm, S/PDIF, etc. -config QCOM_GDSC - bool - select PM_GENERIC_DOMAINS if PM - config MSM_GCC_8660 tristate "MSM8660 Global Clock Controller" depends on COMMON_CLK_QCOM