diff options
author | Aisheng Dong <aisheng.dong@nxp.com> | 2018-12-13 16:42:58 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-14 22:00:29 +0100 |
commit | c2cccb6d0b33bad71154ec0c208d060456bcf6d4 (patch) | |
tree | a9095faf4041f826db940758cc3e06fcdc823b60 /drivers/clk/imx/Kconfig | |
parent | clk: imx: add scu clock common part (diff) | |
download | linux-c2cccb6d0b33bad71154ec0c208d060456bcf6d4.tar.xz linux-c2cccb6d0b33bad71154ec0c208d060456bcf6d4.zip |
clk: imx: add imx8qxp clk driver
Add imx8qxp clk driver which is based on SCU firmware clock service.
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
[sboyd@kernel.org: Move the makefile rule higher in the file]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Kconfig')
-rw-r--r-- | drivers/clk/imx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig index 2a3b58d7bddf..a509a8fe7616 100644 --- a/drivers/clk/imx/Kconfig +++ b/drivers/clk/imx/Kconfig @@ -7,3 +7,10 @@ config MXC_CLK config MXC_CLK_SCU bool depends on IMX_SCU + +config CLK_IMX8QXP + bool "IMX8QXP SCU Clock" + depends on ARCH_MXC && IMX_SCU && ARM64 + select MXC_CLK_SCU + help + Build the driver for IMX8QXP SCU based clocks. |