d360b130e2
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>
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
config CLK_IMX8MQ
|
|
bool "IMX8MQ CCM Clock Driver"
|
|
depends on ARCH_MXC && ARM64
|
|
help
|
|
Build the driver for i.MX8MQ CCM Clock Driver
|