Kconfig 644 B

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