mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
832c927d11
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>
2 lines
74 B
Makefile
2 lines
74 B
Makefile
obj-$(CONFIG_ARM_PMU) += arm_pmu.o
|
|
obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
|