From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Mon, 8 Jul 2019 01:39:46 +0000 Subject: [U-Boot] [PATCH V2 27/51] clk: imx: add Kconfig entry for i.MX8MM In-Reply-To: <20190708015333.20411-1-peng.fan@nxp.com> References: <20190708015333.20411-1-peng.fan@nxp.com> Message-ID: <20190708015333.20411-28-peng.fan@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add Kconfig entry for i.MX8MM Signed-off-by: Peng Fan --- drivers/clk/imx/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig index a6fb58d6cf..07ecad0a72 100644 --- a/drivers/clk/imx/Kconfig +++ b/drivers/clk/imx/Kconfig @@ -4,3 +4,10 @@ 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 + help + This enables support clock driver for i.MX8 platforms. -- 2.16.4