1ec8f24b7SThomas 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 92a1c55d4SGeert Uytterhoeven bool "Rockchip General Register Files support" if COMPILE_TEST 102a1c55d4SGeert Uytterhoeven default y if ARCH_ROCKCHIP 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 17e943c43bSUlf Hanssonconfig ROCKCHIP_IODOMAIN 18e943c43bSUlf Hansson tristate "Rockchip IO domain support" 19e943c43bSUlf Hansson depends on OF 20e943c43bSUlf Hansson help 21e943c43bSUlf Hansson Say y here to enable support io domains on Rockchip SoCs. It is 22e943c43bSUlf Hansson necessary for the io domain setting of the SoC to match the 23e943c43bSUlf Hansson voltage supplied by the regulators. 24e943c43bSUlf Hansson 25b9d6c47aSDaniel Lezcanoconfig ROCKCHIP_DTPM 26b9d6c47aSDaniel Lezcano tristate "Rockchip DTPM hierarchy" 27b9d6c47aSDaniel Lezcano depends on DTPM && m 28b9d6c47aSDaniel Lezcano help 29*9be1a999SBrian Norris Describe the hierarchy for the Dynamic Thermal Power Management tree 30*9be1a999SBrian Norris on this platform. That will create all the power capping capable 31*9be1a999SBrian Norris devices. 32b9d6c47aSDaniel Lezcano 330cc59891SThierry Redingendif 34