soc: rockchip: pvtm: add driver handling Rockchip pvtm
[firefly-linux-kernel-4.4.55.git] / drivers / soc / rockchip / Kconfig
index 7140ff8255987bb458a8c00d86eb2001cbb3d488..910039c8aa9436b8bc1cac5244d2e0709aa80d2d 100644 (file)
@@ -3,6 +3,13 @@ if ARCH_ROCKCHIP || COMPILE_TEST
 #
 # Rockchip Soc drivers
 #
+config ROCKCHIP_PM_TEST
+       bool "Rockchip pm_test support"
+       default n
+       help
+         Say y here to enable pm_test support.
+         Add /sys/pm_tests/ node, only for internal testing.
+
 config ROCKCHIP_PM_DOMAINS
         bool "Rockchip generic power domain"
         depends on PM
@@ -15,4 +22,12 @@ config ROCKCHIP_PM_DOMAINS
 
           If unsure, say N.
 
+config ROCKCHIP_PVTM
+       bool "Rockchip PVTM support"
+       help
+         Say y here to enable pvtm support.
+         The Process-Voltage-Temperature Monitor (PVTM) is used to monitor
+         the chip performance variance caused by chip process, voltage and
+         temperature.
+
 endif