diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2018-12-14 17:20:34 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-14 23:56:27 +0300 |
commit | d360b130e210f2468b2ff9cae5177c6cba780e83 (patch) | |
tree | 31ce769f9fc2edb2ad9984a5fe90766f9dfbf263 /drivers/clk/imx/Kconfig | |
parent | 33e7a8422546b5cd65d4af4dfe4ed92ea543d8df (diff) | |
download | linux-d360b130e210f2468b2ff9cae5177c6cba780e83.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/clk/imx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig new file mode 100644 index 000000000000..98ede6a2fa04 --- /dev/null +++ b/drivers/clk/imx/Kconfig @@ -0,0 +1,5 @@ +config CLK_IMX8MQ + bool "IMX8MQ CCM Clock Driver" + depends on ARCH_MXC && ARM64 + help + Build the driver for i.MX8MQ CCM Clock Driver |