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_IMX8QXP 12 bool "IMX8QXP SCU Clock" 13 depends on ARCH_MXC && IMX_SCU && ARM64 14 select MXC_CLK_SCU 15 help 16 Build the driver for IMX8QXP SCU based clocks. 17