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