1if ARCH_ROCKCHIP || COMPILE_TEST 2 3# 4# Rockchip Soc drivers 5# 6 7config ROCKCHIP_GRF 8 bool 9 default y 10 help 11 The General Register Files are a central component providing 12 special additional settings registers for a lot of soc-components. 13 In a lot of cases there also need to be default settings initialized 14 to make some of them conform to expectations of the kernel. 15 16config ROCKCHIP_PM_DOMAINS 17 bool "Rockchip generic power domain" 18 depends on PM 19 select PM_GENERIC_DOMAINS 20 help 21 Say y here to enable power domain support. 22 In order to meet high performance and low power requirements, a power 23 management unit is designed or saving power when RK3288 in low power 24 mode. The RK3288 PMU is dedicated for managing the power of the whole chip. 25 26 If unsure, say N. 27 28endif 29