Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) | Kconfig (9c140d9926761b0f5d329ff6c09a1540f3d5e1d3) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15 Build the driver for i.MX8MM CCM Clock Driver 16 17config 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 | 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 --- 6 unchanged lines hidden (view full) --- 15 Build the driver for i.MX8MM CCM Clock Driver 16 17config 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 |
23config CLK_IMX8MP 24 bool "IMX8MP CCM Clock Driver" 25 depends on ARCH_MXC && ARM64 26 help 27 Build the driver for i.MX8MP CCM Clock Driver 28 |
|
23config 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 28 29config 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. | 29config CLK_IMX8MQ 30 bool "IMX8MQ CCM Clock Driver" 31 depends on ARCH_MXC && ARM64 32 help 33 Build the driver for i.MX8MQ CCM Clock Driver 34 35config CLK_IMX8QXP 36 bool "IMX8QXP SCU Clock" 37 depends on ARCH_MXC && IMX_SCU && ARM64 38 select MXC_CLK_SCU 39 help 40 Build the driver for IMX8QXP SCU based clocks. |