1# SPDX-License-Identifier: GPL-2.0 2# common clock support for NXP i.MX SoC family. 3config MXC_CLK 4 tristate "IMX clock" 5 depends on 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 14 select MXC_CLK 15 help 16 Build the driver for i.MX8MM CCM Clock Driver 17 18config CLK_IMX8MN 19 bool "IMX8MN CCM Clock Driver" 20 depends on ARCH_MXC 21 select MXC_CLK 22 help 23 Build the driver for i.MX8MN CCM Clock Driver 24 25config CLK_IMX8MP 26 bool "IMX8MP CCM Clock Driver" 27 depends on ARCH_MXC 28 select MXC_CLK 29 help 30 Build the driver for i.MX8MP CCM Clock Driver 31 32config CLK_IMX8MQ 33 bool "IMX8MQ CCM Clock Driver" 34 depends on ARCH_MXC 35 select MXC_CLK 36 help 37 Build the driver for i.MX8MQ CCM Clock Driver 38 39config CLK_IMX8QXP 40 bool "IMX8QXP SCU Clock" 41 depends on ARCH_MXC && IMX_SCU && ARM64 42 select MXC_CLK_SCU 43 help 44 Build the driver for IMX8QXP SCU based clocks. 45