mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This patch adds a driver for the SoC-wide (AKA uncore) PMU hardware found in APM X-Gene SoCs. Signed-off-by: Tai Nguyen <ttnguyen@apm.com> Reviewed-by: Mark Rutland <mark.rutland@arm.com>
3 lines
74 B
Makefile
3 lines
74 B
Makefile
obj-$(CONFIG_ARM_PMU) += arm_pmu.o
|
|
obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
|