Kconfig 352 B

1234567891011121314151617
  1. if ARCH_ACTIONS || COMPILE_TEST
  2. config OWL_PM_DOMAINS_HELPER
  3. bool
  4. config OWL_PM_DOMAINS
  5. bool "Actions Semi SPS power domains"
  6. depends on PM
  7. select OWL_PM_DOMAINS_HELPER
  8. select PM_GENERIC_DOMAINS
  9. help
  10. Say 'y' here to enable support for Smart Power System (SPS)
  11. power-gating on Actions Semiconductor S500 SoC.
  12. If unsure, say 'n'.
  13. endif