Kconfig 454 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if ARCH_APPLE || COMPILE_TEST
  3. config APPLE_PMGR_PWRSTATE
  4. bool "Apple SoC PMGR power state control"
  5. depends on PM
  6. select REGMAP
  7. select MFD_SYSCON
  8. select PM_GENERIC_DOMAINS
  9. select RESET_CONTROLLER
  10. help
  11. The PMGR block in Apple SoCs provides high-level power state
  12. controls for SoC devices. This driver manages them through the
  13. generic power domain framework, and also provides reset support.
  14. endif