diff mbox series

[U-Boot,i.MX8MM+CCF,36/41] clk: imx: add Kconfig entry for i.MX8MM

Message ID 20190430103056.32537-37-peng.fan@nxp.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series i.MX8MM + CCF | expand

Commit Message

Peng Fan April 30, 2019, 10:19 a.m. UTC
Add Kconfig entry for i.MX8MM, select CLK_CCF and SPL_CLK_CCF

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/clk/imx/Kconfig | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index 469768b5c3..0e4c68659c 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -13,3 +13,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.