X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=drivers%2Fsoc%2Frockchip%2FKconfig;h=ae4cf24a8f70b95ee56f786f176bf6e7ac35e8f1;hp=7140ff8255987bb458a8c00d86eb2001cbb3d488;hb=c336f64cf9a9c1bbeb0027f26c94ecfb29367ee1;hpb=0aba0ab8915bcad3ae7e05e18bc2c5c55570e328 diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig index 7140ff825598..ae4cf24a8f70 100644 --- a/drivers/soc/rockchip/Kconfig +++ b/drivers/soc/rockchip/Kconfig @@ -3,6 +3,23 @@ if ARCH_ROCKCHIP || COMPILE_TEST # # Rockchip Soc drivers # +config ROCKCHIP_CPUINFO + tristate "Rockchip cpuinfo support" + depends on ROCKCHIP_EFUSE && (ARM64 || ARM) + help + Say y here to enable Rockchip cpuinfo support. + Set system_serial_low/high from eFuse ID. + Serial can read from /proc/cpuinfo. + + If unsure, say N. + +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 +32,18 @@ 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. + +config ROCKCHIP_SUSPEND_MODE + bool "Rockchip suspend mode config" + depends on ROCKCHIP_SIP + help + Say Y here if you want to set the suspend mode to the ATF. + endif