xref: /linux/drivers/pmdomain/rockchip/Kconfig (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
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
20