Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/clk/Kconfig
··· 150 150 ---help--- 151 151 This driver supports TI CDCE706 programmable 3-PLL clock synthesizer. 152 152 153 + source "drivers/clk/bcm/Kconfig" 153 154 source "drivers/clk/qcom/Kconfig" 154 155 155 156 endmenu 156 157 157 - source "drivers/clk/bcm/Kconfig" 158 158 source "drivers/clk/mvebu/Kconfig" 159 159 160 160 source "drivers/clk/samsung/Kconfig"