Quoting Aisheng Dong (2018-12-12 17:07:55)
quoted hunk ↗ jump to hunk
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index 37478ba..5c26f4e 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -3,3 +3,9 @@
config MXC_CLK
bool
def_bool (ARCH_MXC && !ARM64) || (ARCH_MXC && ARM64 && SOC_IMX8MQ)
+
+config MXC_CLK_SCU
+ bool "IMX SCU Clock"
+ depends on ARCH_MXC && ARM64
This should depend on the IMX_SCU config too, right? Otherwise
compilation will fail.
Plus, I can't seem to compile this driver regardless, because the
defines for the CLK messages are in some header file that is just
included in another header file, and that is all going through another
tree. Why?
Is there any reason why those defines can't just be written in the
clk-scu.h file introduced in this patch?
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel