summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-05-14 17:38:21 -0700
committerStephen Boyd <sboyd@codeaurora.org>2015-05-14 17:39:54 -0700
commit64a12c56addcb2d15ff752874abbe553a5f2a45b (patch)
treedeec10ffde0e166e579a3354ede4862eff7d45bb /drivers
parent6c4178163a872cbeef70fd3354222ee4b238e7a2 (diff)
downloadlinux-stable-64a12c56addcb2d15ff752874abbe553a5f2a45b.tar.gz
linux-stable-64a12c56addcb2d15ff752874abbe553a5f2a45b.tar.bz2
linux-stable-64a12c56addcb2d15ff752874abbe553a5f2a45b.zip
clk: Kconfig: Move bcm Kconfig into clk menu
Having this Kconfig sourced outside the clk menu means the option is under the "Device Drivers" menu instead of the "Common Clock Framework" menu. Move it so that the bcm clock config options are in the right place. Cc: Alex Elder <elder@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 9897f353bf1a..67e3a84d2805 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -150,11 +150,11 @@ config COMMON_CLK_CDCE706
---help---
This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
+source "drivers/clk/bcm/Kconfig"
source "drivers/clk/qcom/Kconfig"
endmenu
-source "drivers/clk/bcm/Kconfig"
source "drivers/clk/mvebu/Kconfig"
source "drivers/clk/samsung/Kconfig"