diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2018-12-14 15:20:34 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-14 21:56:27 +0100 |
commit | d360b130e210f2468b2ff9cae5177c6cba780e83 (patch) | |
tree | 31ce769f9fc2edb2ad9984a5fe90766f9dfbf263 /drivers/clk/imx/Makefile | |
parent | clk: imx: remove redundant initialization of ret to zero (diff) | |
download | linux-d360b130e210f2468b2ff9cae5177c6cba780e83.tar.xz linux-d360b130e210f2468b2ff9cae5177c6cba780e83.zip |
clk: imx: Make the i.MX8MQ CCM clock driver CLK_IMX8MQ dependant
Remove the dependency between the i.MX8MQ CCM clock driver
and the CONFIG_SOC_IMX8MQ and use CONFIG_CLK_IMX8MQ instead.
CONFIG_CLK_IMX8MQ depends on ARCH_MXC && ARM64.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r-- | drivers/clk/imx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index 6952f055d0e3..c4a137889fd3 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -16,6 +16,8 @@ obj-y += \ clk-pfd.o \ clk-sccg-pll.o +obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o + obj-$(CONFIG_SOC_IMX1) += clk-imx1.o obj-$(CONFIG_SOC_IMX21) += clk-imx21.o obj-$(CONFIG_SOC_IMX25) += clk-imx25.o |