1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2b745c079STero Kristoconfig COMMON_CLK_KEYSTONE 3b745c079STero Kristo tristate "Clock drivers for Keystone based SOCs" 4b745c079STero Kristo depends on (ARCH_KEYSTONE || COMPILE_TEST) && OF 5b745c079STero Kristo ---help--- 6b745c079STero Kristo Supports clock drivers for Keystone based SOCs. These SOCs have local 7b745c079STero Kristo a power sleep control module that gate the clock to the IPs and PLLs. 8b745c079STero Kristo 9b745c079STero Kristoconfig TI_SCI_CLK 10b745c079STero Kristo tristate "TI System Control Interface clock drivers" 112f149e6eSNishanth Menon depends on (ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST) && OF 12682430e8SArnd Bergmann depends on TI_SCI_PROTOCOL 13682430e8SArnd Bergmann default ARCH_KEYSTONE 14b745c079STero Kristo ---help--- 15b745c079STero Kristo This adds the clock driver support over TI System Control Interface. 16b745c079STero Kristo If you wish to use clock resources from the PMMC firmware, say Y. 17b745c079STero Kristo Otherwise, say N. 18