soc: rockchip: Add rockchip system monitor support

Change-Id: I4cb7fafcb33fda0212b5ad1f6eebd44503556336
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2019-06-11 14:33:15 +08:00
committed by Tao Huang
parent d550abe23f
commit 0fa9ee931b
2 changed files with 6 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ config ROCKCHIP_PVTM
the chip performance variance caused by chip process, voltage and
temperature.
config ROCKCHIP_SYSTEM_MONITOR
tristate "Rockchip system monitor support"
help
Say y here to enable rockchip system monitor support.
config ROCKCHIP_VENDOR_STORAGE
tristate "Rockchip vendor storage support"
help

View File

@@ -15,4 +15,5 @@ obj-$(CONFIG_ROCKCHIP_MTD_VENDOR_STORAGE) += mtd_vendor_storage.o
obj-$(CONFIG_ROCKCHIP_IPA) += rockchip_ipa.o
obj-$(CONFIG_ROCKCHIP_OPP) += rockchip_opp_select.o
obj-$(CONFIG_ROCKCHIP_PVTM) += rockchip_pvtm.o
obj-$(CONFIG_ROCKCHIP_SYSTEM_MONITOR) += rockchip_system_monitor.o
obj-$(CONFIG_ROCKCHIP_DEBUG) += rockchip_debug.o