xref: /openbmc/linux/drivers/clk/keystone/Kconfig (revision 682430e8)
1b745c079STero Kristoconfig COMMON_CLK_KEYSTONE
2b745c079STero Kristo	tristate "Clock drivers for Keystone based SOCs"
3b745c079STero Kristo	depends on (ARCH_KEYSTONE || COMPILE_TEST) && OF
4b745c079STero Kristo	---help---
5b745c079STero Kristo	  Supports clock drivers for Keystone based SOCs. These SOCs have local
6b745c079STero Kristo	  a power sleep control module that gate the clock to the IPs and PLLs.
7b745c079STero Kristo
8b745c079STero Kristoconfig TI_SCI_CLK
9b745c079STero Kristo	tristate "TI System Control Interface clock drivers"
10b745c079STero Kristo	depends on (ARCH_KEYSTONE || COMPILE_TEST) && OF
11*682430e8SArnd Bergmann	depends on TI_SCI_PROTOCOL
12*682430e8SArnd Bergmann	default ARCH_KEYSTONE
13b745c079STero Kristo	---help---
14b745c079STero Kristo	  This adds the clock driver support over TI System Control Interface.
15b745c079STero Kristo	  If you wish to use clock resources from the PMMC firmware, say Y.
16b745c079STero Kristo	  Otherwise, say N.
17