xref: /linux/drivers/pmdomain/rockchip/Kconfig (revision adc4fb9c814b5d5cc6021022900fd5eb0b3c8165)
170a69266SUlf Hansson# SPDX-License-Identifier: GPL-2.0-only
270a69266SUlf Hanssonif ARCH_ROCKCHIP || COMPILE_TEST
370a69266SUlf Hansson
470a69266SUlf Hanssonconfig ROCKCHIP_PM_DOMAINS
570a69266SUlf Hansson	bool "Rockchip generic power domain"
670a69266SUlf Hansson	depends on PM
7*bc4bc2a1SUlf Hansson	depends on HAVE_ARM_SMCCC_DISCOVERY
870a69266SUlf Hansson	depends on REGULATOR
970a69266SUlf Hansson	select PM_GENERIC_DOMAINS
1070a69266SUlf Hansson	help
1170a69266SUlf Hansson	  Say y here to enable power domain support.
1270a69266SUlf Hansson	  In order to meet high performance and low power requirements, a power
1370a69266SUlf Hansson	  management unit is designed or saving power when RK3288 in low power
1470a69266SUlf Hansson	  mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
1570a69266SUlf Hansson
1670a69266SUlf Hansson	  If unsure, say N.
1770a69266SUlf Hansson
18endif
19