projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47ea34
)
perf/smmuv3: Remove build dependency on ACPI
author
Vincent Whitchurch
<vincent.whitchurch@axis.com>
Thu, 6 Jul 2023 09:23:05 +0000
(11:23 +0200)
committer
Will Deacon
<will@kernel.org>
Thu, 27 Jul 2023 12:00:49 +0000
(13:00 +0100)
This driver supports working without ACPI since commit
3f7be43561766
("perf/smmuv3: Add devicetree support"), so remove the build dependency.
Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Link:
https://lore.kernel.org/r/20230706-smmuv3-pmu-noacpi-v1-1-7083ef189158@axis.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/perf/Kconfig
b/drivers/perf/Kconfig
index f4572a5cca72bc5bed907cb94ef3516cf7249f40..273d67ecf6d2530f0f31c8dd393b31b1fde560ee 100644
(file)
--- a/
drivers/perf/Kconfig
+++ b/
drivers/perf/Kconfig
@@
-92,7
+92,7
@@
config ARM_PMU_ACPI
config ARM_SMMU_V3_PMU
tristate "ARM SMMUv3 Performance Monitors Extension"
- depends on
(ARM64 && ACPI)
|| (COMPILE_TEST && 64BIT)
+ depends on
ARM64
|| (COMPILE_TEST && 64BIT)
depends on GENERIC_MSI_IRQ
help
Provides support for the ARM SMMUv3 Performance Monitor Counter