blob: 20da55d9cbb1ef4938cfb90d8b3a2ed0b2e3e0e4 [file] [log] [blame]
Thierry Reding0cc59892015-10-09 15:46:18 +02001if ARCH_ROCKCHIP || COMPILE_TEST
2
Caesar Wang7c696692015-09-08 14:18:22 +08003#
4# Rockchip Soc drivers
5#
Heiko Stuebner4c580632016-11-17 00:03:03 +01006
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
Caesar Wang7c696692015-09-08 14:18:22 +080016config 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.
Thierry Reding0cc59892015-10-09 15:46:18 +020027
28endif