blob: 1ac0c7990392d74f7c62726b6bb94f66f56545a3 [file] [log] [blame]
Aisheng Dong3a48d912018-12-13 15:42:50 +00001# SPDX-License-Identifier: GPL-2.0
2# common clock support for NXP i.MX SoC family.
3config MXC_CLK
4 bool
5 def_bool ARCH_MXC
Aisheng Dongfe37b482018-12-13 15:42:54 +00006
7config MXC_CLK_SCU
8 bool
9 depends on IMX_SCU
Aisheng Dongc2cccb62018-12-13 15:42:58 +000010
Bai Pingba5625c2019-01-22 09:31:51 +000011config CLK_IMX8MM
12 bool "IMX8MM CCM Clock Driver"
13 depends on ARCH_MXC && ARM64
14 help
15 Build the driver for i.MX8MM CCM Clock Driver
16
Anson Huang96d63922019-06-19 13:52:46 +080017config CLK_IMX8MN
18 bool "IMX8MN CCM Clock Driver"
19 depends on ARCH_MXC && ARM64
20 help
21 Build the driver for i.MX8MN CCM Clock Driver
22
Abel Vesad360b132018-12-14 14:20:34 +000023config CLK_IMX8MQ
24 bool "IMX8MQ CCM Clock Driver"
25 depends on ARCH_MXC && ARM64
26 help
27 Build the driver for i.MX8MQ CCM Clock Driver
Stephen Boyd58c05c82018-12-14 13:34:47 -080028
Aisheng Dongc2cccb62018-12-13 15:42:58 +000029config CLK_IMX8QXP
30 bool "IMX8QXP SCU Clock"
31 depends on ARCH_MXC && IMX_SCU && ARM64
32 select MXC_CLK_SCU
33 help
34 Build the driver for IMX8QXP SCU based clocks.