19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3if ARCH_APPLE || COMPILE_TEST4 5config APPLE_PMGR_PWRSTATE6 bool "Apple SoC PMGR power state control"7 depends on PM8 select REGMAP9 select MFD_SYSCON10 select PM_GENERIC_DOMAINS11 select RESET_CONTROLLER12 default ARCH_APPLE13 help14 The PMGR block in Apple SoCs provides high-level power state15 controls for SoC devices. This driver manages them through the16 generic power domain framework, and also provides reset support.17 18endif19