13a48d918SAisheng Dong# SPDX-License-Identifier: GPL-2.0 23a48d918SAisheng Dong# common clock support for NXP i.MX SoC family. 33a48d918SAisheng Dongconfig MXC_CLK 43a48d918SAisheng Dong bool 53a48d918SAisheng Dong def_bool ARCH_MXC 6fe37b482SAisheng Dong 7fe37b482SAisheng Dongconfig MXC_CLK_SCU 8fe37b482SAisheng Dong bool 9fe37b482SAisheng Dong depends on IMX_SCU 10c2cccb6dSAisheng Dong 11*ba5625c3SBai Pingconfig CLK_IMX8MM 12*ba5625c3SBai Ping bool "IMX8MM CCM Clock Driver" 13*ba5625c3SBai Ping depends on ARCH_MXC && ARM64 14*ba5625c3SBai Ping help 15*ba5625c3SBai Ping Build the driver for i.MX8MM CCM Clock Driver 16*ba5625c3SBai Ping 17d360b130SAbel Vesaconfig CLK_IMX8MQ 18d360b130SAbel Vesa bool "IMX8MQ CCM Clock Driver" 19d360b130SAbel Vesa depends on ARCH_MXC && ARM64 20d360b130SAbel Vesa help 21d360b130SAbel Vesa Build the driver for i.MX8MQ CCM Clock Driver 2258c05c82SStephen Boyd 23c2cccb6dSAisheng Dongconfig CLK_IMX8QXP 24c2cccb6dSAisheng Dong bool "IMX8QXP SCU Clock" 25c2cccb6dSAisheng Dong depends on ARCH_MXC && IMX_SCU && ARM64 26c2cccb6dSAisheng Dong select MXC_CLK_SCU 27c2cccb6dSAisheng Dong help 28c2cccb6dSAisheng Dong Build the driver for IMX8QXP SCU based clocks. 29