Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 17 lines 454 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2 3if ARCH_APPLE || COMPILE_TEST 4 5config 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 help 13 The PMGR block in Apple SoCs provides high-level power state 14 controls for SoC devices. This driver manages them through the 15 generic power domain framework, and also provides reset support. 16 17endif