diff mbox series

perf/smmuv3: Remove build dependency on ACPI

Message ID 20230706-smmuv3-pmu-noacpi-v1-1-7083ef189158@axis.com (mailing list archive)
State New, archived
Headers show
Series perf/smmuv3: Remove build dependency on ACPI | expand

Commit Message

Vincent Whitchurch July 6, 2023, 9:23 a.m. UTC
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>
---
 drivers/perf/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1
change-id: 20230706-smmuv3-pmu-noacpi-fc835b93a893

Best regards,

Comments

Robin Murphy July 6, 2023, 10:29 a.m. UTC | #1
On 2023-07-06 10:23, Vincent Whitchurch wrote:
> This driver supports working without ACPI since commit 3f7be43561766
> ("perf/smmuv3: Add devicetree support"), so remove the build dependency.

Reviewed-by: Robin Murphy <robin.murphy@arm.com>

> Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
> ---
>   drivers/perf/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
> index 711f824000864..4eef9ad3c1954 100644
> --- 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
> 
> ---
> base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1
> change-id: 20230706-smmuv3-pmu-noacpi-fc835b93a893
> 
> Best regards,
Will Deacon July 27, 2023, 12:22 p.m. UTC | #2
On Thu, 6 Jul 2023 11:23:05 +0200, Vincent Whitchurch wrote:
> This driver supports working without ACPI since commit 3f7be43561766
> ("perf/smmuv3: Add devicetree support"), so remove the build dependency.
> 
> 

Applied to will (for-next/perf), thanks!

[1/1] perf/smmuv3: Remove build dependency on ACPI
      https://git.kernel.org/will/c/7c3f204e544d

Cheers,
diff mbox series

Patch

diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig
index 711f824000864..4eef9ad3c1954 100644
--- 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