feat: add ddr-pmu module

Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
This commit is contained in:
Han Gao
2024-03-22 01:22:07 +08:00
committed by Han Gao/Revy/Rabenda
parent c6d4e5df18
commit b65595ebbc
3 changed files with 1923 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ config LIGHT_REBOOTMODE
help
This driver supports check rebootmode feature in Light FM platform
config LIGHT_DDR_PMU
tristate "Thead light ddr-pmu support"
default m
help
This driver supports thead-ddr-pmu is a IP module used to do performance monitor
endmenu
endif

View File

@@ -2,3 +2,4 @@
obj-$(CONFIG_LIGHT_IOPMP) += light-iopmp.o
obj-$(CONFIG_LIGHT_SUSPEND) += pm-light.o
obj-$(CONFIG_LIGHT_REBOOTMODE) += light_event.o
obj-$(CONFIG_LIGHT_DDR_PMU) += thead-ddr-pmu.o

File diff suppressed because it is too large Load Diff