Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / drivers / pmdomain / rockchip / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_ROCKCHIP || COMPILE_TEST
3
4 config ROCKCHIP_PM_DOMAINS
5         bool "Rockchip generic power domain"
6         depends on PM
7         select PM_GENERIC_DOMAINS
8         help
9           Say y here to enable power domain support.
10           In order to meet high performance and low power requirements, a power
11           management unit is designed or saving power when RK3288 in low power
12           mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
13
14           If unsure, say N.
15
16 endif