blob: 7140ff8255987bb458a8c00d86eb2001cbb3d488 [file] [log] [blame]
Thierry Reding0cc59892015-10-09 15:46:18 +02001if ARCH_ROCKCHIP || COMPILE_TEST
2
Caesar Wang7c696692015-09-08 14:18:22 +08003#
4# Rockchip Soc drivers
5#
6config ROCKCHIP_PM_DOMAINS
7 bool "Rockchip generic power domain"
8 depends on PM
9 select PM_GENERIC_DOMAINS
10 help
11 Say y here to enable power domain support.
12 In order to meet high performance and low power requirements, a power
13 management unit is designed or saving power when RK3288 in low power
14 mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
15
16 If unsure, say N.
Thierry Reding0cc59892015-10-09 15:46:18 +020017
18endif