Kconfig 408 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if ARCH_ACTIONS || COMPILE_TEST
  3. config OWL_PM_DOMAINS_HELPER
  4. bool
  5. config OWL_PM_DOMAINS
  6. bool "Actions Semi SPS power domains"
  7. depends on PM
  8. select OWL_PM_DOMAINS_HELPER
  9. select PM_GENERIC_DOMAINS
  10. help
  11. Say 'y' here to enable support for Smart Power System (SPS)
  12. power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
  13. If unsure, say 'n'.
  14. endif