clk: Introduce TI System Control Interface (TI SCI) clock driver
[oweals/u-boot.git] / drivers / clk / Kconfig
index a99abed9e966e00dcb02536f29f2381b46265653..809eb3dacf9e06508b2fdd98bfcc8d7bfe61f12e 100644 (file)
@@ -54,6 +54,14 @@ config CLK_STM32F
          This clock driver adds support for RCC clock management
          for STM32F4 and STM32F7 SoCs.
 
+config CLK_TI_SCI
+       bool "TI System Control Interface (TI SCI) clock driver"
+       depends on CLK && TI_SCI_PROTOCOL && OF_CONTROL
+       help
+         This enables the clock driver support over TI System Control Interface
+         available on some new TI's SoCs. If you wish to use clock resources
+         managed by the TI System Controller, say Y here. Otherwise, say N.
+
 config CLK_HSDK
        bool "Enable cgu clock driver for HSDK"
        depends on CLK