[PATCH 1/4] perf/smmuv3: Remove dependency on CONFIG_ACPI

Ajay Kumar ajaykumar.rs at samsung.com
Sun Jul 12 12:33:38 EDT 2020


This patch removes CONFIG_ACPI dependency for arm_smmuv3_pmu
driver so that we can build it on platforms which don't enable ACPI.

Signed-off-by: Ajay Kumar <ajaykumar.rs at samsung.com>
---
 drivers/perf/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index a9261cf48293..8c99445a3de0 100644
--- a/drivers/perf/Kconfig
+++ b/drivers/perf/Kconfig
@@ -55,7 +55,7 @@ config ARM_PMU_ACPI
 
 config ARM_SMMU_V3_PMU
 	 tristate "ARM SMMUv3 Performance Monitors Extension"
-	 depends on ARM64 && ACPI && ARM_SMMU_V3
+	 depends on ARM64 && ARM_SMMU_V3
 	   help
 	   Provides support for the ARM SMMUv3 Performance Monitor Counter
 	   Groups (PMCG), which provide monitoring of transactions passing
-- 
2.17.1




More information about the linux-arm-kernel mailing list