[U-Boot] [PATCH 27/52] clk: imx: add Kconfig entry for i.MX8MM
    peng.fan at nxp.com 
    peng.fan at nxp.com
       
    Tue Jul  2 02:31:41 UTC 2019
    
    
  
From: Peng Fan <peng.fan at nxp.com>
Add Kconfig entry for i.MX8MM, select CLK_CCF and SPL_CLK_CCF
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 drivers/clk/imx/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index a6fb58d6cf..e8f8b9461e 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -4,3 +4,12 @@ config CLK_IMX8
 	select CLK
 	help
 	  This enables support clock driver for i.MX8 platforms.
+
+config CLK_IMX8MM
+	bool "Clock support for i.MX8MM"
+	depends on IMX8MM
+	select CLK
+	select CLK_CCF
+	select SPL_CLK_CCF
+	help
+	  This enables support clock driver for i.MX8 platforms.
-- 
2.16.4
    
    
More information about the U-Boot
mailing list