]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.
authorRahul Singh <rahul.singh@arm.com>
Fri, 29 Jan 2021 10:47:33 +0000 (10:47 +0000)
committerJulien Grall <jgrall@amazon.com>
Fri, 29 Jan 2021 16:17:20 +0000 (16:17 +0000)
SMMUv3 driver does not support ACPI device probe.If APCI is enabled with
SMMUv3 driver compiler will throw an error.

Disable SMMUv3 driver when ACPI is enabled in kconfig to fix compilation
error.

Signed-off-by: Rahul Singh <rahul.singh@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/drivers/passthrough/Kconfig

index 341ba92b30522905069e8c6da3df8669c49dd958..82f02f56af95ff73b86abdd27b0b11c70adf1839 100644 (file)
@@ -15,7 +15,7 @@ config ARM_SMMU
 
 config ARM_SMMU_V3
        bool "ARM Ltd. System MMU Version 3 (SMMUv3) Support" if EXPERT
-       depends on ARM_64
+       depends on ARM_64 && (!ACPI || BROKEN)
        ---help---
         Support for implementations of the ARM System MMU architecture
         version 3. Driver is in experimental stage and should not be used in