Kconfig (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) Kconfig (ba5625c3e272c77014687d44e12d2649eec4ddee)
1# 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
6
7config MXC_CLK_SCU
8 bool
9 depends on IMX_SCU
10
1# 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
6
7config MXC_CLK_SCU
8 bool
9 depends on IMX_SCU
10
11config 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
11config CLK_IMX8MQ
12 bool "IMX8MQ CCM Clock Driver"
13 depends on ARCH_MXC && ARM64
14 help
15 Build the driver for i.MX8MQ CCM Clock Driver
16
17config CLK_IMX8QXP
18 bool "IMX8QXP SCU Clock"
19 depends on ARCH_MXC && IMX_SCU && ARM64
20 select MXC_CLK_SCU
21 help
22 Build the driver for IMX8QXP SCU based clocks.
17config CLK_IMX8MQ
18 bool "IMX8MQ CCM Clock Driver"
19 depends on ARCH_MXC && ARM64
20 help
21 Build the driver for i.MX8MQ CCM Clock Driver
22
23config CLK_IMX8QXP
24 bool "IMX8QXP SCU Clock"
25 depends on ARCH_MXC && IMX_SCU && ARM64
26 select MXC_CLK_SCU
27 help
28 Build the driver for IMX8QXP SCU based clocks.