aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2019-01-03 16:58:20 +0000
committerStephen Boyd <sboyd@kernel.org>2019-01-09 10:43:41 -0800
commit3d51e4d9de7dd4e495dfbc6f4803e0f99c120aff (patch)
treeeb0040d291f6f70c2034af1592b92a80c1cb9175 /drivers/clk/Kconfig
parentclk: zynqmp: Fix memory allocation in zynqmp_clk_setup (diff)
downloadlinux-dev-3d51e4d9de7dd4e495dfbc6f4803e0f99c120aff.tar.xz
linux-dev-3d51e4d9de7dd4e495dfbc6f4803e0f99c120aff.zip
clk: imx: Remove Kconfig duplicate include
Commit d360b130e210f2 ("clk: imx: Make the i.MX8MQ CCM clock driver CLK_IMX8MQ dependant") introduced this duplicate and incorrectly ordered kconfig include. Fixes: d360b130e210f2 ("clk: imx: Make the i.MX8MQ CCM clock driver CLK_IMX8MQ dependant") Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index e5b2fe80eab4..d2f0bb5ba47e 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -293,7 +293,6 @@ config COMMON_CLK_BD718XX
source "drivers/clk/actions/Kconfig"
source "drivers/clk/bcm/Kconfig"
source "drivers/clk/hisilicon/Kconfig"
-source "drivers/clk/imx/Kconfig"
source "drivers/clk/imgtec/Kconfig"
source "drivers/clk/imx/Kconfig"
source "drivers/clk/ingenic/Kconfig"