mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
soc: rockchip: pvtm: add driver handling Rockchip pvtm
This patch supports acquiring pvtm values. Change-Id: I20c0c5a5136371880da1c246b0d71c7a2bddc1d6 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
parent
7ff1aec28f
commit
feb482f894
|
|
@ -27,4 +27,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
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
|
|||
obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o
|
||||
obj-$(CONFIG_FIQ_DEBUGGER) += rk_fiq_debugger.o
|
||||
obj-$(CONFIG_MMC_DW_ROCKCHIP) += sdmmc_vendor_storage.o
|
||||
obj-$(CONFIG_ROCKCHIP_PVTM) += rockchip_pvtm.o
|
||||
obj-y += rk_vendor_storage.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user