[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xen master] xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.



commit 30ae6a59e459dffc1f0001eddbf7561369c9b4ec
Author:     Rahul Singh <rahul.singh@xxxxxxx>
AuthorDate: Fri Jan 29 10:47:33 2021 +0000
Commit:     Julien Grall <jgrall@xxxxxxxxxx>
CommitDate: Fri Jan 29 16:17:20 2021 +0000

    xen/arm: smmuv3: Disable the SMMUv3 driver when ACPI is enabled.
    
    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@xxxxxxx>
    Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
    Acked-by: Julien Grall <jgrall@xxxxxxxxxx>
---
 xen/drivers/passthrough/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/drivers/passthrough/Kconfig b/xen/drivers/passthrough/Kconfig
index 341ba92b30..82f02f56af 100644
--- a/xen/drivers/passthrough/Kconfig
+++ b/xen/drivers/passthrough/Kconfig
@@ -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
--
generated by git-patchbot for /home/xen/git/xen.git#master



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.