xref: /linux/drivers/pmdomain/rockchip/Kconfig (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
1*70a69266SUlf Hansson# SPDX-License-Identifier: GPL-2.0-only
2*70a69266SUlf Hanssonif ARCH_ROCKCHIP || COMPILE_TEST
3*70a69266SUlf Hansson
4*70a69266SUlf Hanssonconfig ROCKCHIP_PM_DOMAINS
5*70a69266SUlf Hansson	bool "Rockchip generic power domain"
6*70a69266SUlf Hansson	depends on PM
7*70a69266SUlf Hansson	select PM_GENERIC_DOMAINS
8*70a69266SUlf Hansson	help
9*70a69266SUlf Hansson	  Say y here to enable power domain support.
10*70a69266SUlf Hansson	  In order to meet high performance and low power requirements, a power
11*70a69266SUlf Hansson	  management unit is designed or saving power when RK3288 in low power
12*70a69266SUlf Hansson	  mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
13*70a69266SUlf Hansson
14*70a69266SUlf Hansson	  If unsure, say N.
15*70a69266SUlf Hansson
16*70a69266SUlf Hanssonendif
17