Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / pmdomain / apple / Kconfig
blob12237cbcfaa983083367bad70b1b54ded9ac9824
1 # SPDX-License-Identifier: GPL-2.0-only
3 if ARCH_APPLE || COMPILE_TEST
5 config APPLE_PMGR_PWRSTATE
6         bool "Apple SoC PMGR power state control"
7         depends on PM
8         select REGMAP
9         select MFD_SYSCON
10         select PM_GENERIC_DOMAINS
11         select RESET_CONTROLLER
12         default ARCH_APPLE
13         help
14           The PMGR block in Apple SoCs provides high-level power state
15           controls for SoC devices. This driver manages them through the
16           generic power domain framework, and also provides reset support.
18 endif