1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 20cc59891SThierry Redingif ARCH_ROCKCHIP || COMPILE_TEST 30cc59891SThierry Reding 47c696693SCaesar Wang# 57c696693SCaesar Wang# Rockchip Soc drivers 67c696693SCaesar Wang# 74c58063dSHeiko Stuebner 84c58063dSHeiko Stuebnerconfig ROCKCHIP_GRF 94c58063dSHeiko Stuebner bool 104c58063dSHeiko Stuebner default y 114c58063dSHeiko Stuebner help 124c58063dSHeiko Stuebner The General Register Files are a central component providing 134c58063dSHeiko Stuebner special additional settings registers for a lot of soc-components. 144c58063dSHeiko Stuebner In a lot of cases there also need to be default settings initialized 154c58063dSHeiko Stuebner to make some of them conform to expectations of the kernel. 164c58063dSHeiko Stuebner 177c696693SCaesar Wangconfig ROCKCHIP_PM_DOMAINS 187c696693SCaesar Wang bool "Rockchip generic power domain" 197c696693SCaesar Wang depends on PM 207c696693SCaesar Wang select PM_GENERIC_DOMAINS 217c696693SCaesar Wang help 227c696693SCaesar Wang Say y here to enable power domain support. 237c696693SCaesar Wang In order to meet high performance and low power requirements, a power 247c696693SCaesar Wang management unit is designed or saving power when RK3288 in low power 257c696693SCaesar Wang mode. The RK3288 PMU is dedicated for managing the power of the whole chip. 267c696693SCaesar Wang 277c696693SCaesar Wang If unsure, say N. 280cc59891SThierry Reding 290cc59891SThierry Redingendif 30