# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_COMMON_CLK_KEYSTONE[0m tristate "Clock drivers for Keystone based SOCs" depends on ([31mCONFIG_ARCH_KEYSTONE[0m || [31mCONFIG_COMPILE_TEST[0m) && [31mCONFIG_OF[0m ---help--- Supports clock drivers for Keystone based SOCs. These SOCs have local a power sleep control module that gate the clock to the IPs and PLLs. config [31mCONFIG_TI_SCI_CLK[0m tristate "TI System Control Interface clock drivers" depends on ([31mCONFIG_ARCH_KEYSTONE[0m || [31mCONFIG_ARCH_K3[0m || [31mCONFIG_COMPILE_TEST[0m) && [31mCONFIG_OF[0m depends on [31mCONFIG_TI_SCI_PROTOCOL[0m default [31mCONFIG_ARCH_KEYSTONE[0m ---help--- This adds the clock driver support over TI System Control Interface. If you wish to use clock resources from the PMMC firmware, say Y. Otherwise, say N. config [31mCONFIG_TI_SCI_CLK_PROBE_FROM_FW[0m bool "Probe available clocks from firmware" depends on [31mCONFIG_TI_SCI_CLK[0m default n help Forces the TI SCI clock driver to probe available clocks from the firmware. By default, only the used clocks are probed from DT. This is mostly only useful for debugging purposes, and will increase the boot time of the device. If you want the clocks probed from firmware, say Y. Otherwise, say N. |