Kconfig (fe37b482041709753365bfca739cba24ada297ef) | Kconfig (d360b130e210f2468b2ff9cae5177c6cba780e83) |
---|---|
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 | 1config CLK_IMX8MQ 2 bool "IMX8MQ CCM Clock Driver" 3 depends on ARCH_MXC && ARM64 4 help 5 Build the driver for i.MX8MQ CCM Clock Driver |