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 11d360b130SAbel Vesaconfig CLK_IMX8MQ 12d360b130SAbel Vesa bool "IMX8MQ CCM Clock Driver" 13d360b130SAbel Vesa depends on ARCH_MXC && ARM64 14d360b130SAbel Vesa help 15d360b130SAbel Vesa Build the driver for i.MX8MQ CCM Clock Driver 16*58c05c82SStephen Boyd 17c2cccb6dSAisheng Dongconfig CLK_IMX8QXP 18c2cccb6dSAisheng Dong bool "IMX8QXP SCU Clock" 19c2cccb6dSAisheng Dong depends on ARCH_MXC && IMX_SCU && ARM64 20c2cccb6dSAisheng Dong select MXC_CLK_SCU 21c2cccb6dSAisheng Dong help 22c2cccb6dSAisheng Dong Build the driver for IMX8QXP SCU based clocks. 23