From: Stephen Boyd Date: Fri, 15 May 2015 00:38:21 +0000 (-0700) Subject: clk: Kconfig: Move bcm Kconfig into clk menu X-Git-Tag: v4.2-rc2~10^2~30^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64a12c56addcb2d15ff752874abbe553a5f2a45b;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 9897f35..67e3a84 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"