arm: dts: rk3288-android: use secure efuse
[firefly-linux-kernel-4.4.55.git] / drivers / soc / rockchip / Kconfig
1 if ARCH_ROCKCHIP || COMPILE_TEST
2
3 #
4 # Rockchip Soc drivers
5 #
6 config ROCKCHIP_PM_TEST
7         bool "Rockchip pm_test support"
8         default n
9         help
10           Say y here to enable pm_test support.
11           Add /sys/pm_tests/ node, only for internal testing.
12
13 config ROCKCHIP_PM_DOMAINS
14         bool "Rockchip generic power domain"
15         depends on PM
16         select PM_GENERIC_DOMAINS
17         help
18           Say y here to enable power domain support.
19           In order to meet high performance and low power requirements, a power
20           management unit is designed or saving power when RK3288 in low power
21           mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
22
23           If unsure, say N.
24
25 config ROCKCHIP_PVTM
26         bool "Rockchip PVTM support"
27         help
28           Say y here to enable pvtm support.
29           The Process-Voltage-Temperature Monitor (PVTM) is used to monitor
30           the chip performance variance caused by chip process, voltage and
31           temperature.
32
33 config ROCKCHIP_SUSPEND_MODE
34         bool "Rockchip suspend mode config"
35         depends on ROCKCHIP_SIP
36         help
37           Say Y here if you want to set the suspend mode to the ATF.
38
39 endif