Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_ROCKCHIP || COMPILE_TEST
3
4config ROCKCHIP_PM_DOMAINS
5 bool "Rockchip generic power domain"
6 default ARCH_ROCKCHIP
7 depends on PM
8 depends on HAVE_ARM_SMCCC_DISCOVERY
9 depends on REGULATOR
10 select PM_GENERIC_DOMAINS
11 help
12 Say y here to enable power domain support.
13 In order to meet high performance and low power requirements, a power
14 management unit is designed or saving power when RK3288 in low power
15 mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
16
17 If unsure, say N.
18
19endif